Skip to content

Commit

Permalink
Explicitly pin to xcode 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Apr 26, 2024
1 parent da7b7ac commit 6615cd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-daw-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
with:
submodules: recursive

- name: Select Xcode Version
if: ${{ matrix.os }} == "macos-latest"
run: sudo xcode-select -switch /Applications/Xcode_15.1.app

- name: Install Linux Deps; pick GCC9
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 6615cd9

Please sign in to comment.