From 7f4f500dc83231b27dbebc6ef4cb443956f96017 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 9 Feb 2025 09:34:02 -0800 Subject: [PATCH] Use explicit version of macos --- .github/workflows/build-and-release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index e41ccc2..8dd5a89 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -6,7 +6,7 @@ on: jobs: build-macos: - runs-on: macos-latest + runs-on: macos-15 strategy: matrix: arch: [x86_64, arm64] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e94eb4c..f890860 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest] + os: [macos-15, ubuntu-latest] steps: - name: Checkout code uses: actions/checkout@v3