Skip to content

Commit

Permalink
fix GHA CI by using old macos for old python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Apr 23, 2024
1 parent d6edca3 commit 636c978
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,21 @@ jobs:
python-version: "pypy3.10"
- os: "windows-latest"
python-version: "pypy3.10"
# Workaround for https://github.com/actions/setup-python/issues/696
- os: "macos-latest"
python-version: 3.7
- os: "macos-latest"
python-version: 3.8
- os: "macos-latest"
python-version: 3.9
include:
# Workaround for https://github.com/actions/setup-python/issues/696
- os: "macos-12"
python-version: 3.7
- os: "macos-12"
python-version: 3.8
- os: "macos-12"
python-version: 3.9
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 636c978

Please sign in to comment.