Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 4631e5e

Browse files
committed
CI test
1 parent cbf91e3 commit 4631e5e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rust-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
compile-cairo-2-sierra,
3333
]
3434
name: Build Cairo programs
35-
runs-on: ubuntu-22.04
35+
runs-on: debian-12
3636
env:
3737
MLIR_SYS_160_PREFIX: /usr/lib/llvm-16/
3838
steps:
@@ -73,7 +73,7 @@ jobs:
7373
# TODO: remove this cache once the workflow finishes
7474
merge-caches:
7575
name: Merge Cairo programs cache
76-
runs-on: ubuntu-22.04
76+
runs-on: debian-12
7777
needs: build-programs
7878
steps:
7979
- name: Checkout
@@ -138,7 +138,7 @@ jobs:
138138
build:
139139
name: Build with release profile
140140
needs: merge-caches
141-
runs-on: ubuntu-22.04
141+
runs-on: debian-12
142142
env:
143143
MLIR_SYS_160_PREFIX: /usr/lib/llvm-16/
144144
steps:
@@ -173,7 +173,7 @@ jobs:
173173
lint:
174174
name: Lint with fmt and clippy
175175
needs: merge-caches
176-
runs-on: ubuntu-22.04
176+
runs-on: debian-12
177177
env:
178178
MLIR_SYS_160_PREFIX: /usr/lib/llvm-16/
179179
steps:
@@ -217,7 +217,7 @@ jobs:
217217
target: [ test-cairo-1, test-cairo-2, test-doctests ]
218218
name: Run tests
219219
needs: merge-caches
220-
runs-on: ubuntu-22.04
220+
runs-on: debian-12
221221
steps:
222222
- name: Install Rust
223223
uses: dtolnay/rust-toolchain@stable
@@ -258,7 +258,7 @@ jobs:
258258
coverage:
259259
needs: merge-caches
260260
name: Generate and upload coverage report
261-
runs-on: ubuntu-22.04
261+
runs-on: debian-12
262262
env:
263263
MLIR_SYS_160_PREFIX: /usr/lib/llvm-16/
264264
steps:

0 commit comments

Comments
 (0)