Skip to content

Commit

Permalink
Downgrade Mac OS version for g++ testing
Browse files Browse the repository at this point in the history
Due to iains/gcc-12-branch#6 (comment)
g++ with XCode CLT 14.0.0 doesn't work.
  • Loading branch information
jfalcou committed Nov 17, 2022
1 parent 76fe448 commit dd85a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: cd build && ctest --output-on-failure -j 2

gcc-macosx:
runs-on: [macos-12]
runs-on: [macos-11]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit dd85a30

Please sign in to comment.