Skip to content

Commit e01969b

Browse files
Using GHA public linux runner tags
1 parent c504d17 commit e01969b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-cross-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
( matrix.host != matrix.target && inputs.kind == "cross" )
3838
3939
runs-on:
40-
- ${{ (contains(matrix.host, "x86_64") && "linux-x86_64") || "linux-arm64" }}
40+
- ${{ (contains(matrix.host, "x86_64") && "ubuntu-24.04") || "ubuntu-24.04-arm" }}
4141

4242
env:
4343
RELENV_DATA: ${{ github.workspace }}

.github/workflows/build-native-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: "Python ${{ matrix.version }} Linux ${{ matrix.target }} on ${{ matrix.host }}"
3333

3434
runs-on:
35-
- ${{ (contains(matrix.host, 'x86_64') && 'linux-x86_64') || 'linux-arm64' }}
35+
- ${{ (contains(matrix.host, 'x86_64') && 'ubuntu-24.04') || 'ubuntu-24.04-arm' }}
3636

3737
env:
3838
RELENV_DATA: ${{ github.workspace }}

.github/workflows/toolchain-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: "Toolchain ${{ matrix.target }} on ${{ matrix.host }}"
1616

1717
runs-on:
18-
- ${{ (contains(matrix.host, 'x86_64') && 'linux-x86_64') || 'linux-arm64' }}
18+
- ${{ (contains(matrix.host, 'x86_64') && 'ubuntu-24.04') || 'ubuntu-24.04-arm' }}
1919

2020
#if: fromJSON(inputs.changed-files)['toolchain'] == 'true'
2121

0 commit comments

Comments
 (0)