File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ concurrency:
28
28
jobs :
29
29
interpreter :
30
30
name : Interpreter (Debug)
31
- runs-on : ubuntu-latest
31
+ runs-on : ubuntu-22.04
32
32
timeout-minutes : 90
33
33
steps :
34
34
- uses : actions/checkout@v4
@@ -85,19 +85,19 @@ jobs:
85
85
compiler : clang
86
86
- target : x86_64-unknown-linux-gnu/gcc
87
87
architecture : x86_64
88
- runner : ubuntu-latest
88
+ runner : ubuntu-22.04
89
89
compiler : gcc
90
90
- target : x86_64-unknown-linux-gnu/clang
91
91
architecture : x86_64
92
- runner : ubuntu-latest
92
+ runner : ubuntu-22.04
93
93
compiler : clang
94
94
- target : aarch64-unknown-linux-gnu/gcc
95
95
architecture : aarch64
96
- runner : ubuntu-latest
96
+ runner : ubuntu-22.04
97
97
compiler : gcc
98
98
- target : aarch64-unknown-linux-gnu/clang
99
99
architecture : aarch64
100
- runner : ubuntu-latest
100
+ runner : ubuntu-22.04
101
101
compiler : clang
102
102
env :
103
103
CC : ${{ matrix.compiler }}
@@ -164,7 +164,7 @@ jobs:
164
164
jit-with-disabled-gil :
165
165
name : Free-Threaded (Debug)
166
166
needs : interpreter
167
- runs-on : ubuntu-latest
167
+ runs-on : ubuntu-22.04
168
168
steps :
169
169
- uses : actions/checkout@v4
170
170
- uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments