From 81505c98e61d9a2bdc6e77b14a03de885cccf9e2 Mon Sep 17 00:00:00 2001 From: Fuzzbawls Date: Fri, 9 Aug 2024 01:11:58 -0700 Subject: [PATCH] [GA] Pin XCode version for macos-14 runners --- .github/workflows/build-and-test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 0dfdca451fe43..4c10ff7e7d9b9 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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 }} @@ -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")