Skip to content

Commit 200787d

Browse files
committed
1 parent c028e1d commit 200787d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
needs: [lint, test]
2525
strategy:
2626
matrix:
27-
environment: [ubuntu-latest, macos-13, macos-14, windows-latest]
27+
environment: [ubuntu-latest, macos-15-intel, macos-14, windows-latest]
2828
permissions:
2929
contents: read
3030
id-token: write
@@ -157,7 +157,7 @@ jobs:
157157
test:
158158
strategy:
159159
matrix:
160-
environment: [ubuntu-latest, macos-13, macos-14, windows-latest]
160+
environment: [ubuntu-latest, macos-15-intel, macos-14, windows-latest]
161161

162162
runs-on: ${{ matrix.environment }}
163163
timeout-minutes: 20

0 commit comments

Comments
 (0)