Skip to content

Commit

Permalink
[beta4 now...]
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Aug 3, 2024
1 parent 55586e6 commit 0dc2789
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 3'
- name: 'macOS 14: Switch to Xcode 16 Beta 4'
if: matrix.os == 'macos-14'
run: sudo xcode-select -switch /Applications/Xcode_16_beta_3.app
run: sudo xcode-select -switch /Applications/Xcode_16_beta_4.app
- name: Install prerequisites
uses: ./.github/actions/1-setup
with:
Expand Down

0 comments on commit 0dc2789

Please sign in to comment.