Skip to content

Commit

Permalink
GHA: Adopt new Xcode 16 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Aug 18, 2024
1 parent b27a1e0 commit 2c04d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ jobs:
with:
submodules: true
fetch-depth: 50
- name: 'macOS 14: Switch to Xcode 16 Beta 4'
- name: 'macOS 14: Switch to Xcode 16 Beta 5'
if: matrix.os == 'macos-14'
run: sudo xcode-select -switch /Applications/Xcode_16_beta_4.app
run: sudo xcode-select -switch /Applications/Xcode_16_beta_5.app
- name: Install prerequisites
uses: ./.github/actions/1-setup
with:
Expand Down

0 comments on commit 2c04d86

Please sign in to comment.