We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d4ea2 commit 559554aCopy full SHA for 559554a
1 file changed
.github/workflows/publish-pypi.yml
@@ -13,9 +13,8 @@ jobs:
13
14
strategy:
15
matrix:
16
- # macos-13 is an intel runner, higher macos's are apple silicon
17
# At some point, maybe get this to work on windows-latest
18
- os: [ubuntu-latest, macos-13, macos-latest]
+ os: [ubuntu-latest, macos-latest]
19
20
steps:
21
- uses: actions/checkout@v4
0 commit comments