Skip to content

Commit

Permalink
Merge pull request #1018 from reef-technologies/fix_macos_ci
Browse files Browse the repository at this point in the history
fix GHA CI by using old macos for old python versions
  • Loading branch information
mjurbanski-reef authored Apr 23, 2024
2 parents d6edca3 + d95eb41 commit 7523c9f
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-13"
python-version: 3.7
- os: "macos-13"
python-version: 3.8
- os: "macos-13"
python-version: 3.9
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7523c9f

Please sign in to comment.