diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a02b1cb68..43f1db2bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: py-platform: macosx-11_0_arm64 name: Python macOS ${{ matrix.py-platform }} - runs-on: macos-latest + runs-on: macos-15 steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93af43d75..e129652a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-15, windows-latest] name: Rust Test on ${{ matrix.os }} runs-on: ${{ matrix.os }} @@ -73,7 +73,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-15] name: Python Test on ${{ matrix.os }} runs-on: ${{ matrix.os }} @@ -99,7 +99,7 @@ jobs: fail-fast: false matrix: # Should also run on ubuntu-latest but CI doesn't like this yet. - os: [macos-latest] + os: [macos-15] name: CABI tests on ${{ matrix.os }} runs-on: ${{ matrix.os }}