Skip to content

Commit

Permalink
ubuntu-latest is not in fact the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare committed Oct 23, 2024
1 parent 94141c4 commit 729aec3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y flatbuffers-compiler
Expand All @@ -16,7 +16,7 @@ jobs:
# Check formatting with rustfmt
formatting:
name: cargo fmt
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y flatbuffers-compiler
Expand All @@ -29,7 +29,7 @@ jobs:

# Check licensing and produce a list of licenses
licensing:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y flatbuffers-compiler
Expand Down

0 comments on commit 729aec3

Please sign in to comment.