Skip to content

Commit

Permalink
ci: use ubuntu-20.04 to avoid system check hangs
Browse files Browse the repository at this point in the history
  • Loading branch information
grondo committed Dec 3, 2022
1 parent 5738bf7 commit 2dfe0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

ci-checks:
needs: [generate-matrix]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
TAP_DRIVER_QUIET: 1
FLUX_TEST_TIMEOUT: 300
Expand Down

0 comments on commit 2dfe0b6

Please sign in to comment.