We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa649e8 commit d6c8170Copy full SHA for d6c8170
.github/workflows/python-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
# macos-13 is an intel runner, macos-14 is apple silicon
20
- os: [ubuntu-latest, windows-latest, macos-13, macos-14]
+ os: [ubuntu-latest, macos-13, macos-14]
21
22
steps:
23
- uses: actions/checkout@v4
0 commit comments