From fabd2f3fef18242f405e86aef34af206c4f23b0b Mon Sep 17 00:00:00 2001 From: Per Larsen Date: Tue, 23 Apr 2024 13:48:07 -0700 Subject: [PATCH] CI: Use absolute path to cargo on macos-13-large Also pins the macos version so we don't get silently switched to aarch64 which is tested separately. --- .github/workflows/build-and-test-x86.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test-x86.yml b/.github/workflows/build-and-test-x86.yml index 5e1d314ae..3c1b83de1 100644 --- a/.github/workflows/build-and-test-x86.yml +++ b/.github/workflows/build-and-test-x86.yml @@ -78,8 +78,8 @@ jobs: name: meson-test-logs-${{ matrix.target }}-${{ matrix.build.name }} path: | ${{ github.workspace }}/build/meson-logs/testlog-*.txt - test-on-macos-latest: - runs-on: macos-latest + test-on-macos-13: + runs-on: macos-13 # select an x86_64 image steps: - name: install prerequisites env: