We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a0b8e commit ef74facCopy full SHA for ef74fac
.github/workflows/build-push.yml
@@ -34,7 +34,7 @@ jobs:
34
- os: ubuntu-24.04
35
platform: PyPy
36
37
- - os: windows-latest
+ - os: windows-2022
38
platform: win64
39
40
- os: windows-latest
@@ -100,6 +100,7 @@ jobs:
100
if: runner.os == 'Windows' && matrix.platform == 'win64'
101
run: |
102
echo "CIBW_BUILD=cp*win_amd64" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
103
+ echo "CIBW_ENVIRONMENT_WINDOWS= CC=clang CXX=clang++" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
104
105
- name: Overwrite for Windows PyPY
106
if: runner.os == 'Windows' && matrix.platform == 'PyPy'
0 commit comments