Skip to content

Commit

Permalink
[try Xcode 16.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Oct 29, 2024
1 parent e7b262e commit c368a6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ jobs:
- name: 'macOS 13: Switch to Xcode v14.3.1'
if: matrix.os == 'macos-13'
run: sudo xcode-select -switch /Applications/Xcode_14.3.app
- name: 'macOS 14: Switch to Xcode v16.0'
if: matrix.os == 'macos-14'
run: sudo xcode-select -switch /Applications/Xcode_16.0.app

- name: 'Posix: Install host compiler'
if: runner.os != 'Windows'
Expand Down

0 comments on commit c368a6c

Please sign in to comment.