Skip to content

Commit

Permalink
Downgrade ubuntu to 20.04 for test_hardware_wallet CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Dec 5, 2022
1 parent 5168d41 commit 005447c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ jobs:
- name: Check fmt
run: cargo fmt --all -- --config format_code_in_doc_comments=true --check

test_harware_wallet:
runs-on: ubuntu-latest
test_hardware_wallet:
runs-on: ubuntu-20.04
strategy:
matrix:
rust:
Expand Down

0 comments on commit 005447c

Please sign in to comment.