diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 0dfdca451fe430..4c10ff7e7d9b9c 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")