Skip to content

Commit

Permalink
use ubuntu-latest in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-buerger-met-no committed Aug 14, 2024
1 parent 643278e commit 2da574f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
include:
- {ubuntu: 20.04, rust: nightly}
- {ubuntu: latest, rust: nightly}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -68,7 +68,7 @@ jobs:
fail-fast: false
matrix:
include:
- {ubuntu: 20.04, rust: nightly}
- {ubuntu: latest, rust: nightly}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 2da574f

Please sign in to comment.