Skip to content

Commit

Permalink
[ci, apple] bump Xcode to 16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nil4 committed Feb 4, 2025
1 parent 7c3fa9b commit fa913ec
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 @@ -105,7 +105,7 @@ jobs:
- name: setup environment (Apple)
if: "success() && matrix.env.OS == 'apple'"
run: |
sudo xcode-select --switch /Applications/Xcode_16.0.app
sudo xcode-select --switch /Applications/Xcode_16.2.app
- name: setup VC++ environment (Windows)
if: "success() && matrix.env.OS == 'windows'"
Expand Down

0 comments on commit fa913ec

Please sign in to comment.