Skip to content

Commit

Permalink
fix(e2e): Explicitly use ubuntu-22 for desktop e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vere-Grey authored and peter-sanderson committed Dec 18, 2024
1 parent 6652289 commit 3167dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite-desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
run-desktop-tests:
if: github.repository == 'trezor/trezor-suite'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3167dff

Please sign in to comment.