Skip to content

Commit

Permalink
CI: Adapt to removal of Xcode 16 from macOS 14 image
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Nov 15, 2024
1 parent 12986b1 commit cdd5020
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 @@ -29,7 +29,7 @@ jobs:
case "`uname -r`" in
22.*) sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer
;;
23.*) sudo xcode-select --switch /Applications/Xcode_16.app/Contents/Developer
23.*) sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
;;
esac
- name: Install Linux Dependencies
Expand Down

0 comments on commit cdd5020

Please sign in to comment.