File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -247,13 +247,13 @@ jobs:
247247 - true
248248 os :
249249 - ubuntu-24.04
250- - ubuntu-24 .04-arm
250+ - ubuntu-22 .04-arm
251251 exclude :
252252 # Do not test BOLT with free-threading, to conserve resources
253253 - bolt : true
254254 free-threading : true
255255 # BOLT currently crashes during instrumentation on aarch64
256- - os : ubuntu-24 .04-arm
256+ - os : ubuntu-22 .04-arm
257257 bolt : true
258258 uses : ./.github/workflows/reusable-ubuntu.yml
259259 with :
Original file line number Diff line number Diff line change 8686 runner : ubuntu-24.04
8787 - target : aarch64-unknown-linux-gnu/gcc
8888 architecture : aarch64
89- runner : ubuntu-24 .04-arm
89+ runner : ubuntu-22 .04-arm
9090 steps :
9191 - uses : actions/checkout@v4
9292 with :
Original file line number Diff line number Diff line change 6262 runner : ubuntu-24.04
6363 - target : aarch64-unknown-linux-gnu/gcc
6464 architecture : aarch64
65- runner : ubuntu-24 .04-arm
65+ runner : ubuntu-22 .04-arm
6666 steps :
6767 - uses : actions/checkout@v4
6868 with :
You can’t perform that action at this time.
0 commit comments