Skip to content

Commit

Permalink
Fix GH for pypi publish on macos and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-justeau committed Sep 23, 2024
1 parent ea69e11 commit f6663dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,15 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
strategy:
matrix:
os : [macos-14, macos-13, macos-12]
os : [macos-13, macos-12]
python-version: ["3.12", "3.11", "3.10", "3.9"]
include:
- os: macos-14
python-version: "3.12"
force: true
- os: macos-14
python-version: "3.11"
force: true
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
strategy:
matrix:
os : [windows-2022, windows-2019]
os : [windows-2022]
python-version: ["3.12", "3.11", "3.10", "3.9"]
steps:
- name: Download artifacts
Expand Down

0 comments on commit f6663dc

Please sign in to comment.