Skip to content

Commit

Permalink
Update pypi.yaml (#104)
Browse files Browse the repository at this point in the history
Change from macos-latest to macos-13 since older versions of python were are seemingly not available for macos-latest.

Relevant issue and suggested fix from here: actions/setup-python#855
  • Loading branch information
goulart-paul authored May 21, 2024
1 parent 8acbd78 commit 14b1690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:


macos:
runs-on: macos-latest
runs-on: macos-13
# if: "startsWith(github.ref, 'refs/tags/v')"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 14b1690

Please sign in to comment.