Skip to content

Commit

Permalink
try hwi 2.2.1
Browse files Browse the repository at this point in the history
try ubuntu-latest
  • Loading branch information
notmandatory committed May 29, 2024
1 parent c50a409 commit b904922
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-latest
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-latest
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
hwi>=2.1.1,<3
hwi==2.2.1
protobuf==3.20.2
requests>=2.27.1

0 comments on commit b904922

Please sign in to comment.