Skip to content

Commit 6b4ee3b

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 6841fff commit 6b4ee3b

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-24.04
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-24.04
1818
defaults:
1919
run:
2020
working-directory: src/github.com/${{env.ORIGINAL_REPO_NAME}}

0 commit comments

Comments
 (0)