Skip to content

Commit 8bc7966

Browse files
hamdanalcdce8p
andauthored
Pin MacOS version in GH actions (#17183)
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]>
1 parent a1900c2 commit 8bc7966

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474
- name: mypyc runtime tests with py39-macos
7575
python: '3.9.18'
7676
arch: x64
77-
os: macos-latest
77+
# TODO: macos-13 is the last one to support Python 3.9, change it to macos-latest when updating the Python version
78+
os: macos-13
7879
toxenv: py
7980
tox_extra_args: "-n 2 mypyc/test/test_run.py mypyc/test/test_external.py"
8081
- name: mypyc runtime tests with py38-debug-build-ubuntu

0 commit comments

Comments
 (0)