Skip to content

Commit

Permalink
CI: bump to XCode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored Sep 21, 2024
1 parent 0f5bd17 commit fc16878
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 @@ -359,7 +359,7 @@ jobs:
matrix:
build:
- { os: macos-13, xcode: 15.2, deployment: 13.5 } # LLVM16, x86_64
- { os: macos-14, xcode: 15.4, deployment: 14.0 } # LLVM16, arm64
- { os: macos-14, xcode: 16.0, deployment: 14.5 } # LLVM17, arm64
compiler:
- { compiler: XCode, CC: cc, CXX: c++ }
btype: [ Release ]
Expand Down

0 comments on commit fc16878

Please sign in to comment.