diff --git a/.github/workflows/stash-action-test.yml b/.github/workflows/stash-action-test.yml index b06a7e24..7c94353a 100644 --- a/.github/workflows/stash-action-test.yml +++ b/.github/workflows/stash-action-test.yml @@ -55,7 +55,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-13, macos-14] + os: [ubuntu-latest, windows-latest, macos-15-intel, macos-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v5 @@ -131,7 +131,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-13, macos-14] + os: [ubuntu-latest, windows-latest, macos-15-intel, macos-14] needs: test-save runs-on: ${{ matrix.os }} steps: