Skip to content

Commit

Permalink
[GA] Pin XCode version for macos-14 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed Aug 9, 2024
1 parent b90f2e8 commit 81505c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ jobs:
key: ${{ runner.os }}-cmake-${{ matrix.config.name }}-ccache
restore-keys: ${{ runner.os }}-cmake-${{ matrix.config.name }}-ccache

- name: Set Xcode Version
if: matrix.config.os == 'macos-14'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'

- name: Configure CMake Wallet
run: |
CC=${{ matrix.config.cc }}
Expand Down Expand Up @@ -266,6 +272,12 @@ jobs:
key: ${{ runner.os }}-${{ matrix.config.id }}-native-ccache
restore-keys: ${{ runner.os }}-${{ matrix.config.id }}-native-ccache

- name: Set Xcode Version
if: matrix.config.os == 'macos-14'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'

- name: Configure Native Wallet
run: |
PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
Expand Down

0 comments on commit 81505c9

Please sign in to comment.