Skip to content

Commit

Permalink
.github/workflows/main.yml: Change to xcode 16 beta 6 (ldc-developers…
Browse files Browse the repository at this point in the history
…#4744)

Signed-off-by: Andrei Horodniceanu <[email protected]>
  • Loading branch information
the-horo authored Sep 1, 2024
1 parent d5528af commit 1141e04
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 5'
- name: 'macOS 14: Switch to Xcode 16 Beta 6'
if: matrix.os == 'macos-14'
run: sudo xcode-select -switch /Applications/Xcode_16_beta_5.app
run: sudo xcode-select -switch /Applications/Xcode_16_beta_6.app
- name: Install prerequisites
uses: ./.github/actions/1-setup
with:
Expand Down

0 comments on commit 1141e04

Please sign in to comment.