File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
- platform : linux/amd64
19
19
runs-on : ubuntu-latest
20
20
- platform : linux/arm64
21
- runs-on : ubuntu-arm64
21
+ runs-on : ubuntu-24.04-arm
22
22
runs-on : ${{ matrix.arch.runs-on }}
23
23
steps :
24
24
- name : Prepare
Original file line number Diff line number Diff line change 23
23
- platform : linux/amd64
24
24
runs-on : ubuntu-latest
25
25
- platform : linux/arm64
26
- runs-on : ubuntu-arm64
26
+ runs-on : ubuntu-24.04-arm
27
27
runs-on : ${{ matrix.arch.runs-on }}
28
28
steps :
29
29
- name : Prepare
@@ -125,7 +125,7 @@ jobs:
125
125
- platform : linux/amd64
126
126
runs-on : ubuntu-latest
127
127
- platform : linux/arm64
128
- runs-on : ubuntu-arm64
128
+ runs-on : ubuntu-24.04-arm
129
129
configuration :
130
130
- build_configuration : production
131
131
runs-on : ${{ matrix.arch.runs-on }}
You can’t perform that action at this time.
0 commit comments