Skip to content

Commit

Permalink
Pin MacOS version in GH actions (python#17183)
Browse files Browse the repository at this point in the history
Fix failing MacOS tests in CI

Python 3.9 is not available on the latest MacOS images
actions/setup-python#850
  • Loading branch information
hauntsaninja authored and KotlinIsland committed Jun 25, 2024
1 parent 4448029 commit b3d1d48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
- name: mypyc runtime tests with py39-macos
python: '3.9.18'
arch: x64
os: macos-latest
# TODO: macos-13 is the last one to support Python 3.9, change it to macos-latest when updating the Python version
os: macos-13
toxenv: py
tox_extra_args: "-n 2 mypyc/test/test_run.py mypyc/test/test_external.py"
- name: mypyc runtime tests with py38-debug-build-ubuntu
Expand Down

0 comments on commit b3d1d48

Please sign in to comment.