Skip to content

Commit df98b9f

Browse files
committed
ci: update macOS Intel runner labels
1 parent 373d180 commit df98b9f

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/_wheel-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
- uses: actions/cache@v4
4444
with:
4545
path: .cache/${{ inputs.package_name }}-downloads
46-
key: ${{ inputs.package_name }}-downloads-${{ inputs.artifact_name }}-${{ hashFiles('cppllvm_build.py') }}-${{ hashFiles(format('{0}/build_hooks.py', inputs.package_dir)) }}-${{ hashFiles(format('{0}/pyproject.toml', inputs.package_dir)) }}-${{ hashFiles(format('{0}/setup.py', inputs.package_dir)) }}
46+
key: ${{ inputs.package_name }}-downloads-${{ inputs.artifact_name }}-${{ github.sha }}
47+
restore-keys: |
48+
${{ inputs.package_name }}-downloads-${{ inputs.artifact_name }}-
4749
- run: python -m pip install --upgrade cibuildwheel
4850
- run: python -m cibuildwheel --output-dir "${{ github.workspace }}/wheelhouse"
4951
working-directory: ${{ inputs.package_dir }}

.github/workflows/release-cformat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cibw_archs: x86_64
2121
macos_deployment_target: ""
2222
- artifact_name: cformat-wheel-macos-x86_64
23-
runs_on: macos-13
23+
runs_on: macos-15-intel
2424
cibw_archs: x86_64
2525
macos_deployment_target: "10.15"
2626
- artifact_name: cformat-wheel-macos-arm64

.github/workflows/release-ctidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cibw_archs: x86_64
2121
macos_deployment_target: ""
2222
- artifact_name: ctidy-wheel-macos-x86_64
23-
runs_on: macos-13
23+
runs_on: macos-15-intel
2424
cibw_archs: x86_64
2525
macos_deployment_target: "10.15"
2626
- artifact_name: ctidy-wheel-macos-arm64

.github/workflows/wheel-cformat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cibw_archs: x86_64
1919
macos_deployment_target: ""
2020
- artifact_name: cformat-wheel-macos-x86_64
21-
runs_on: macos-13
21+
runs_on: macos-15-intel
2222
cibw_archs: x86_64
2323
macos_deployment_target: "10.15"
2424
- artifact_name: cformat-wheel-macos-arm64

.github/workflows/wheel-ctidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cibw_archs: x86_64
1919
macos_deployment_target: ""
2020
- artifact_name: ctidy-wheel-macos-x86_64
21-
runs_on: macos-13
21+
runs_on: macos-15-intel
2222
cibw_archs: x86_64
2323
macos_deployment_target: "10.15"
2424
- artifact_name: ctidy-wheel-macos-arm64

0 commit comments

Comments
 (0)