Skip to content

Commit

Permalink
GitHub Actions: Fix macOS by using an older x86 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse authored and saghul committed Jun 6, 2024
1 parent a1fab26 commit 7abe9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
# would use windows-latest, but distutils tries to build against the version of MSVC that python was compiled with
# https://github.com/pypa/setuptools/blob/main/setuptools/_distutils/msvc9compiler.py#L403
os: [ "ubuntu-latest", "macos-latest", "windows-2019" ]
os: [ "ubuntu-latest", "macos-12", "windows-2019" ]
python-version: ["3.7", "3.8", "3.9", "3.10"]
#os: [ "ubuntu-latest" ]
#python-version: ["3.8"]
Expand Down

0 comments on commit 7abe9c1

Please sign in to comment.