Skip to content

Commit 222120d

Browse files
authored
Trying macos-latest instead of ubuntu-latest
to avoid release issue
1 parent cb61470 commit 222120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: [push]
66

77
jobs:
88
release:
9-
runs-on: ubuntu-latest
9+
runs-on: macos-latest
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)