Skip to content

Commit

Permalink
ci.yml: use ubuntu-22.04
Browse files Browse the repository at this point in the history
as  ubuntu-24.04 produce errors on test_cases
  • Loading branch information
pheiduck authored Dec 19, 2024
1 parent c2685d1 commit c16f4dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
test:
name: Build and run tests (rust ${{ matrix.rust }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
rust:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

rustfmt:
name: rustfmt
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -69,7 +69,7 @@ jobs:

clippy:
name: clippy
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit c16f4dd

Please sign in to comment.