Skip to content

Commit 3395429

Browse files
committed
Fix release workflow.
1 parent 117729d commit 3395429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
needs: test
4646
strategy:
4747
matrix:
48-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-14, windows-latest]
48+
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
4949
python-version: ["310", "311", "312"]
5050
runs-on: ${{ matrix.os }}
5151
steps:

0 commit comments

Comments
 (0)