File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ concurrency:
2828jobs :
2929 interpreter :
3030 name : Interpreter (Debug)
31- runs-on : ubuntu-latest
31+ runs-on : ubuntu-22.04
3232 timeout-minutes : 90
3333 steps :
3434 - uses : actions/checkout@v4
@@ -85,19 +85,19 @@ jobs:
8585 compiler : clang
8686 - target : x86_64-unknown-linux-gnu/gcc
8787 architecture : x86_64
88- runner : ubuntu-latest
88+ runner : ubuntu-22.04
8989 compiler : gcc
9090 - target : x86_64-unknown-linux-gnu/clang
9191 architecture : x86_64
92- runner : ubuntu-latest
92+ runner : ubuntu-22.04
9393 compiler : clang
9494 - target : aarch64-unknown-linux-gnu/gcc
9595 architecture : aarch64
96- runner : ubuntu-latest
96+ runner : ubuntu-22.04
9797 compiler : gcc
9898 - target : aarch64-unknown-linux-gnu/clang
9999 architecture : aarch64
100- runner : ubuntu-latest
100+ runner : ubuntu-22.04
101101 compiler : clang
102102 env :
103103 CC : ${{ matrix.compiler }}
@@ -169,7 +169,7 @@ jobs:
169169 jit-with-disabled-gil :
170170 name : Free-Threaded (Debug)
171171 needs : interpreter
172- runs-on : ubuntu-latest
172+ runs-on : ubuntu-22.04
173173 strategy :
174174 matrix :
175175 llvm :
You can’t perform that action at this time.
0 commit comments