Skip to content

Commit 4ab4017

Browse files
committed
NO-JIRA fix arm64 test archi
1 parent 7a31829 commit 4ab4017

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/multi-arch-test-9x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
tag: ${{ matrix.tag }}
3838
test_name: ${{ matrix.test_name }}
3939
architecture: ${{ matrix.architecture }}
40-
runs_on: ${{ matrix.architecture == 'arm64' && 'ubuntu-latest-large-arm64' || 'ubuntu-latest-large' }}
40+
runs_on: ${{ matrix.architecture == 'arm64' && 'ubuntu-24.04-arm-large' || 'ubuntu-24.04-large' }}

.github/workflows/multi-arch-test-commercial-editions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
tag: ${{ matrix.tag }}
3636
test_name: ${{ matrix.test_name }}
3737
architecture: ${{ matrix.architecture }}
38-
runs_on: ${{ matrix.architecture == 'arm64' && 'ubuntu-latest-large-arm64' || 'ubuntu-latest-large' }}
38+
runs_on: ${{ matrix.architecture == 'arm64' && 'ubuntu-24.04-arm-large' || 'ubuntu-24.04-large' }}

.github/workflows/multi-arch-test-community-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
tag: ${{ matrix.tag }}
3232
test_name: ${{ matrix.test_name }}
3333
architecture: ${{ matrix.architecture }}
34-
runs_on: ${{ matrix.architecture == 'arm64' && 'ubuntu-latest-large-arm64' || 'ubuntu-latest-large' }}
34+
runs_on: ${{ matrix.architecture == 'arm64' && 'ubuntu-24.04-arm-large' || 'ubuntu-24.04-large' }}

0 commit comments

Comments
 (0)