File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -247,13 +247,13 @@ jobs:
247
247
- true
248
248
os :
249
249
- ubuntu-24.04
250
- - ubuntu-24 .04-arm
250
+ - ubuntu-22 .04-arm
251
251
exclude :
252
252
# Do not test BOLT with free-threading, to conserve resources
253
253
- bolt : true
254
254
free-threading : true
255
255
# BOLT currently crashes during instrumentation on aarch64
256
- - os : ubuntu-24 .04-arm
256
+ - os : ubuntu-22 .04-arm
257
257
bolt : true
258
258
uses : ./.github/workflows/reusable-ubuntu.yml
259
259
with :
Original file line number Diff line number Diff line change 86
86
runner : ubuntu-24.04
87
87
- target : aarch64-unknown-linux-gnu/gcc
88
88
architecture : aarch64
89
- runner : ubuntu-24 .04-arm
89
+ runner : ubuntu-22 .04-arm
90
90
steps :
91
91
- uses : actions/checkout@v4
92
92
with :
Original file line number Diff line number Diff line change 62
62
runner : ubuntu-24.04
63
63
- target : aarch64-unknown-linux-gnu/gcc
64
64
architecture : aarch64
65
- runner : ubuntu-24 .04-arm
65
+ runner : ubuntu-22 .04-arm
66
66
steps :
67
67
- uses : actions/checkout@v4
68
68
with :
You can’t perform that action at this time.
0 commit comments