We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4993085 commit 1a30eb3Copy full SHA for 1a30eb3
.github/workflows/prerelease.yml
@@ -13,7 +13,7 @@ env:
13
jobs:
14
test-integration-nix:
15
name: Run integration tests on *Nix
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
17
defaults:
18
run:
19
working-directory: src/github.com/${{env.ORIGINAL_REPO_NAME}}
.github/workflows/push_pr.yml
@@ -14,7 +14,7 @@ jobs:
# can't run this step inside of container because of tests specific
20
0 commit comments