Skip to content

Commit

Permalink
Publish macos with Python 3.8 on macos-12, not latest
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Apr 27, 2024
1 parent 78c6824 commit 2d3f5cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
matrix:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
include:
- os: macos-latest
- os: macos-13
os-label: macOS
python: "3.8"
- os: macos-latest
Expand All @@ -303,6 +303,9 @@ jobs:
- os: macos-11
os-label: macOS 11
python: "installed"
- os: macos-12
os-label: macOS 12
python: "installed"
- os: macos-13
os-label: macOS 13
python: "installed"
Expand Down

0 comments on commit 2d3f5cc

Please sign in to comment.