Skip to content

Commit

Permalink
ci/build: use only macos-latest (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Jul 4, 2024
1 parent 209919e commit 4adf66a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
matrix:
build_type: [Release, Debug]
compiler: [gcc, clang]
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12]
os: [ubuntu-20.04, ubuntu-22.04, macos-latest]
exclude:
- os: macos-11
compiler: gcc
- os: macos-12
- os: macos-latest
compiler: gcc
env:
CC: ${{ matrix.compiler }}
Expand Down

0 comments on commit 4adf66a

Please sign in to comment.