Skip to content

Commit

Permalink
ci: return to macos-latest in unit tests (#139)
Browse files Browse the repository at this point in the history
Signed-off-by: bossenti <bossenti@posteo.de>
  • Loading branch information
bossenti authored Apr 26, 2024
1 parent 3266494 commit 4bdbf27
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
fail-fast: false
matrix:
python: [ 3.8, 3.9, "3.10", "3.11", "3.12" ]
# 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 4bdbf27

Please sign in to comment.