Skip to content

Commit

Permalink
trying with other osx versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiesele committed Nov 8, 2024
1 parent 0f192a5 commit b3a3051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- os: ubuntu-latest
python-version: "3.11"
cpython-tag: "cp311"
- os: macos-latest # Add macOS
- os: macos-14 # Add macOS
python-version: "3.9"
cpython-tag: "cp39"
- os: macos-latest
- os: macos-14
python-version: "3.10"
cpython-tag: "cp310"
- os: macos-latest
Expand Down

0 comments on commit b3a3051

Please sign in to comment.