This repository was archived by the owner on Jul 22, 2024. It is now read-only.
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 32
32
compile-cairo-2-sierra,
33
33
]
34
34
name : Build Cairo programs
35
- runs-on : ubuntu-22.04
35
+ runs-on : debian-12
36
36
env :
37
37
MLIR_SYS_160_PREFIX : /usr/lib/llvm-16/
38
38
steps :
73
73
# TODO: remove this cache once the workflow finishes
74
74
merge-caches :
75
75
name : Merge Cairo programs cache
76
- runs-on : ubuntu-22.04
76
+ runs-on : debian-12
77
77
needs : build-programs
78
78
steps :
79
79
- name : Checkout
@@ -138,7 +138,7 @@ jobs:
138
138
build :
139
139
name : Build with release profile
140
140
needs : merge-caches
141
- runs-on : ubuntu-22.04
141
+ runs-on : debian-12
142
142
env :
143
143
MLIR_SYS_160_PREFIX : /usr/lib/llvm-16/
144
144
steps :
@@ -173,7 +173,7 @@ jobs:
173
173
lint :
174
174
name : Lint with fmt and clippy
175
175
needs : merge-caches
176
- runs-on : ubuntu-22.04
176
+ runs-on : debian-12
177
177
env :
178
178
MLIR_SYS_160_PREFIX : /usr/lib/llvm-16/
179
179
steps :
@@ -217,7 +217,7 @@ jobs:
217
217
target : [ test-cairo-1, test-cairo-2, test-doctests ]
218
218
name : Run tests
219
219
needs : merge-caches
220
- runs-on : ubuntu-22.04
220
+ runs-on : debian-12
221
221
steps :
222
222
- name : Install Rust
223
223
uses : dtolnay/rust-toolchain@stable
@@ -258,7 +258,7 @@ jobs:
258
258
coverage :
259
259
needs : merge-caches
260
260
name : Generate and upload coverage report
261
- runs-on : ubuntu-22.04
261
+ runs-on : debian-12
262
262
env :
263
263
MLIR_SYS_160_PREFIX : /usr/lib/llvm-16/
264
264
steps :
You can’t perform that action at this time.
0 commit comments