Skip to content

Commit

Permalink
Merge pull request #663 from robtaylor/fix-mac
Browse files Browse the repository at this point in the history
Fix runner version to macos-13, as setup-python only support >=3.11 on osx 14
  • Loading branch information
jacebrowning authored Sep 30, 2024
2 parents a614fc8 + 55a1a5e commit f92c598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
Test:
uses: ./.github/workflows/execute-tests.yml
with:
os: "macos-latest"
os: "macos-13"
workpath: "/Users/runner/work/doorstop/doorstop"

0 comments on commit f92c598

Please sign in to comment.