Skip to content

Commit 5ba8d65

Browse files
committed
Update deploy workflow
1 parent 5d56d9e commit 5ba8d65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
needs: [build]
4141
strategy:
4242
matrix:
43-
# macos-13 is an intel runner, macos-14 is apple silicon
44-
os: [macos-latest, macos-13, ubuntu-latest, windows-latest]
43+
os: [macos-latest, ubuntu-latest, windows-latest]
4544

4645
steps:
4746
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)