Skip to content

Commit 10e08dc

Browse files
authored
Merge pull request #317 from kevinjqliu/patch-1
infra: macos-13 is deprecated
2 parents a2137b6 + cf2c641 commit 10e08dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stash-action-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
58+
os: [ubuntu-latest, windows-latest, macos-15-intel, macos-14]
5959
runs-on: ${{ matrix.os }}
6060
steps:
6161
- uses: actions/checkout@v5
@@ -131,7 +131,7 @@ jobs:
131131
strategy:
132132
fail-fast: false
133133
matrix:
134-
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
134+
os: [ubuntu-latest, windows-latest, macos-15-intel, macos-14]
135135
needs: test-save
136136
runs-on: ${{ matrix.os }}
137137
steps:

0 commit comments

Comments
 (0)