File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
tag : ${{ matrix.tag }}
38
38
test_name : ${{ matrix.test_name }}
39
39
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' }}
Original file line number Diff line number Diff line change 35
35
tag : ${{ matrix.tag }}
36
36
test_name : ${{ matrix.test_name }}
37
37
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' }}
Original file line number Diff line number Diff line change 31
31
tag : ${{ matrix.tag }}
32
32
test_name : ${{ matrix.test_name }}
33
33
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' }}
You can’t perform that action at this time.
0 commit comments