Skip to content

Commit 34b0a6c

Browse files
NR-403516: move all pipelines from ubuntu-20 runners to ubuntu-latest
1 parent 4993085 commit 34b0a6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
test-integration-nix:
1515
name: Run integration tests on *Nix
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
defaults:
1818
run:
1919
working-directory: src/github.com/${{env.ORIGINAL_REPO_NAME}}

.github/workflows/push_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# can't run this step inside of container because of tests specific
1515
test-integration-nix:
1616
name: Run integration tests on *Nix
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-latest
1818
defaults:
1919
run:
2020
working-directory: src/github.com/${{env.ORIGINAL_REPO_NAME}}

0 commit comments

Comments
 (0)