Skip to content

Commit 7abe9c1

Browse files
jhassesaghul
authored andcommitted
GitHub Actions: Fix macOS by using an older x86 version
1 parent a1fab26 commit 7abe9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
# would use windows-latest, but distutils tries to build against the version of MSVC that python was compiled with
2121
# https://github.com/pypa/setuptools/blob/main/setuptools/_distutils/msvc9compiler.py#L403
22-
os: [ "ubuntu-latest", "macos-latest", "windows-2019" ]
22+
os: [ "ubuntu-latest", "macos-12", "windows-2019" ]
2323
python-version: ["3.7", "3.8", "3.9", "3.10"]
2424
#os: [ "ubuntu-latest" ]
2525
#python-version: ["3.8"]

0 commit comments

Comments
 (0)