Skip to content

Commit 510f81e

Browse files
committed
1 parent 5ceb8bb commit 510f81e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
# macos-13 is an intel runner, macos-{14,15} are apple silicon
36-
os: [ubuntu-latest, macos-13, macos-14, macos-15]
35+
os: [ubuntu-latest, macos-latest]
3736

3837
steps:
3938
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)