Skip to content

Commit

Permalink
Fix header translator CI
Browse files Browse the repository at this point in the history
Xcode 16 was removed from the macOS 14 runner images:
actions/runner-images#10703
  • Loading branch information
madsmtm committed Nov 14, 2024
1 parent d12d339 commit 60681fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:

header-translator:
name: Verify header translator output
runs-on: macos-14
runs-on: macos-15
needs:
- fmt
- lint
Expand Down

0 comments on commit 60681fc

Please sign in to comment.