Skip to content

Commit c16f4dd

Browse files
authored
ci.yml: use ubuntu-22.04
as ubuntu-24.04 produce errors on test_cases
1 parent c2685d1 commit c16f4dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
test:
1818
name: Build and run tests (rust ${{ matrix.rust }})
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
strategy:
2121
matrix:
2222
rust:
@@ -52,7 +52,7 @@ jobs:
5252

5353
rustfmt:
5454
name: rustfmt
55-
runs-on: ubuntu-latest
55+
runs-on: ubuntu-22.04
5656
steps:
5757
- name: Checkout repository
5858
uses: actions/checkout@v4
@@ -69,7 +69,7 @@ jobs:
6969

7070
clippy:
7171
name: clippy
72-
runs-on: ubuntu-latest
72+
runs-on: ubuntu-22.04
7373
steps:
7474
- name: Checkout repository
7575
uses: actions/checkout@v4

0 commit comments

Comments
 (0)