From d845769c4bf30940601171e5d39e1bed1bb3ea59 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Thu, 2 Oct 2025 23:43:11 -0400 Subject: [PATCH 1/2] macos-13 is deprecated Signed-off-by: Kevin Liu --- .github/workflows/stash-action-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stash-action-test.yml b/.github/workflows/stash-action-test.yml index b06a7e24..315e0884 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-latest, 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-latest, macos-14] needs: test-save runs-on: ${{ matrix.os }} steps: From cf2c641c35ec37e3adada383c6f6eec0d5f16d06 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sat, 4 Oct 2025 14:36:29 -0700 Subject: [PATCH 2/2] use macos-15-intel Signed-off-by: Kevin Liu --- .github/workflows/stash-action-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stash-action-test.yml b/.github/workflows/stash-action-test.yml index 315e0884..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-latest, 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-latest, macos-14] + os: [ubuntu-latest, windows-latest, macos-15-intel, macos-14] needs: test-save runs-on: ${{ matrix.os }} steps: