Skip to content

Commit

Permalink
fix failing macos test
Browse files Browse the repository at this point in the history
Looks like actions/runner-images#10703 took
away support for xcode 14. That is why the latest action failed. There
an active PR adding support for xcode 16 to the macos runner
(actions/runner-images#10967). This commit will
fail until that has been merged, but it is probably worth waiting for.
  • Loading branch information
carsonRadtke committed Nov 15, 2024
1 parent f8ec309 commit 6aa60d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
xcode:
strategy:
matrix:
xcode_version: [ '14.3.1', '15.4' ]
xcode_version: [ '15.4' ]
build_type: [ Debug, Release ]
cxx_version: [ 14, 17, 20, 23 ]
runs-on: macos-latest
Expand Down

0 comments on commit 6aa60d1

Please sign in to comment.