Skip to content

Commit

Permalink
Pin MacOS version in GH actions (#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

---------

Co-authored-by: Marc Mueller <[email protected]>
  • Loading branch information
hamdanal and cdce8p committed Apr 27, 2024
1 parent a1900c2 commit 8bc7966
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 8bc7966

Please sign in to comment.