We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab00938 commit c62dec7Copy full SHA for c62dec7
.github/workflows/ci-cd.yml
@@ -614,7 +614,7 @@ jobs:
614
strategy:
615
matrix:
616
os:
617
- - macos
+ - macos-13
618
uses: ./.github/workflows/reusable-cibuildwheel.yml
619
with:
620
os: ${{ matrix.os }}
@@ -1407,7 +1407,7 @@ jobs:
1407
- 3.7
1408
- 3.6
1409
runner-vm-os:
1410
- - macos-latest
1411
dist-type:
1412
- binary
1413
- source
.github/workflows/reusable-cibuildwheel.yml
@@ -43,7 +43,7 @@ jobs:
43
44
build-wheel:
45
name: Build wheels on ${{ inputs.os }} ${{ inputs.qemu }}
46
- runs-on: ${{ inputs.os }}-latest
+ runs-on: ${{ inputs.os }}
47
timeout-minutes: ${{ inputs.qemu && 60 || 20 }}
48
steps:
49
- name: Retrieve the project source from an sdist inside the GHA artifact
0 commit comments