Skip to content

Commit

Permalink
chore(ci): use ubuntu-22.04 instead of ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
oleonardolima committed Jun 3, 2024
1 parent d9100eb commit 5c7605a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Clippy
run: cargo clippy --all-features -- -D warnings
test-emulators:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
rust:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Wipe
run: cargo test test_wipe_device -- --ignored
test-readme-examples:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 5c7605a

Please sign in to comment.