Skip to content

Commit

Permalink
Bump Ubuntu version used in CI
Browse files Browse the repository at this point in the history
Ubuntu 20 isn't the latest LTS version anymore
  • Loading branch information
complexspaces committed Mar 2, 2024
1 parent 2d77eee commit f716441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
rustfmt:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: cargo miri test windows --features image-data

semver:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Check semver
Expand Down

0 comments on commit f716441

Please sign in to comment.