File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
16
16
jobs :
17
17
build-libs-linux :
18
18
name : build-libs-linux-${{ matrix.arch }} 😁 (${{ matrix.name }})
19
- runs-on : ${{ (matrix.arch == 'arm64' && 'github-arm64-2c-8gb ') || 'ubuntu-22.04' }}
19
+ runs-on : ${{ (matrix.arch == 'arm64' && 'ubuntu-22.04-arm ') || 'ubuntu-22.04' }}
20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
Original file line number Diff line number Diff line change 39
39
# This job run all engine tests and scap-open
40
40
test-scap :
41
41
name : test-scap-${{ matrix.arch }} 😆 (bundled_deps)
42
- runs-on : ${{ (matrix.arch == 'arm64' && 'github-arm64-2c-8gb ') || 'ubuntu-22.04' }}
42
+ runs-on : ${{ (matrix.arch == 'arm64' && 'ubuntu-22.04-arm ') || 'ubuntu-22.04' }}
43
43
needs : paths-filter
44
44
strategy :
45
45
matrix :
@@ -104,7 +104,7 @@ jobs:
104
104
105
105
test-drivers :
106
106
name : test-drivers-${{ matrix.arch }} 😇 (bundled_deps)
107
- runs-on : ${{ (matrix.arch == 'arm64' && 'github-arm64-2c-8gb ') || 'ubuntu-22.04' }}
107
+ runs-on : ${{ (matrix.arch == 'arm64' && 'ubuntu-22.04-arm ') || 'ubuntu-22.04' }}
108
108
needs : paths-filter
109
109
strategy :
110
110
matrix :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
15
15
jobs :
16
16
build-test-e2e :
17
17
name : build-test-e2e-${{ matrix.arch }} 😇 (bundled_deps)
18
- runs-on : ${{ (matrix.arch == 'arm64' && 'github-arm64-2c-8gb ') || 'ubuntu-22.04' }}
18
+ runs-on : ${{ (matrix.arch == 'arm64' && 'ubuntu-22.04-arm ') || 'ubuntu-22.04' }}
19
19
strategy :
20
20
matrix :
21
21
arch : [amd64, arm64]
@@ -105,7 +105,7 @@ jobs:
105
105
test-e2e :
106
106
name : test-e2e-${{ matrix.arch }}-${{ matrix.driver.name }} 😇 (bundled_deps)
107
107
needs : [build-test-e2e]
108
- runs-on : ${{ (matrix.arch == 'arm64' && 'github-arm64-2c-8gb ') || 'ubuntu-22.04' }}
108
+ runs-on : ${{ (matrix.arch == 'arm64' && 'ubuntu-22.04-arm ') || 'ubuntu-22.04' }}
109
109
strategy :
110
110
matrix :
111
111
arch : [amd64, arm64]
Original file line number Diff line number Diff line change 78
78
needs : ' compute-latest-version'
79
79
outputs :
80
80
build : ${{ steps.build.outcome }}
81
- runs-on : ' github-arm64-2c-8gb '
81
+ runs-on : ' ubuntu-22.04-arm '
82
82
steps :
83
83
- name : Download driverkit config
84
84
uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
You can’t perform that action at this time.
0 commit comments