diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dab5ea7..0aede88 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -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 diff --git a/requirements.txt b/requirements.txt index 441ee32..668b600 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -hwi>=2.1.1,<3 +hwi==2.2.1 protobuf==3.20.2 requests>=2.27.1 \ No newline at end of file