Skip to content

Commit

Permalink
ci: enable macos-latest for Python unit tests again (#2797)
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti authored Apr 29, 2024
1 parent 60a3494 commit a6e7e1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,7 @@ jobs:
fail-fast: false
matrix:
python: [3.8, 3.9, "3.10", "3.11"]
# temporarily stick to macos13 until Python 3.8 and 3.9 are available for macos-latest again:
# https://github.com/actions/setup-python/issues/850#issuecomment-2072657610
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
defaults:
run:
shell: bash
Expand Down

0 comments on commit a6e7e1b

Please sign in to comment.