Skip to content

Commit ac0dab0

Browse files
chore(deps): update dependency ubuntu to v22
1 parent bbeb412 commit ac0dab0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
version: latest
6868
publish:
6969
name: Build and push Agent container
70-
runs-on: ubuntu-20.04
70+
runs-on: ubuntu-22.04
7171
needs:
7272
- prepare
7373
- test

.github/workflows/publish-harness.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
publish-harness-base:
2929
name: Build and push harness base container
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
# needs: [test]
3232
permissions:
3333
contents: 'read'
@@ -93,7 +93,7 @@ jobs:
9393

9494
publish-harness-terraform:
9595
name: Build and push harness terraform container
96-
runs-on: ubuntu-20.04
96+
runs-on: ubuntu-22.04
9797
needs: [publish-harness-base]
9898
env:
9999
TERRAFORM_VERSION: 1.8.2

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: PATH=$PATH:$GOPATH/bin make test
2323
publish-docker:
2424
name: Build and push agent container
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
needs: [test]
2727
permissions:
2828
contents: 'read'
@@ -82,7 +82,7 @@ jobs:
8282
if: always()
8383
bump:
8484
name: Bump Chart Version
85-
runs-on: ubuntu-20.04
85+
runs-on: ubuntu-22.04
8686
needs: [publish-docker]
8787
permissions:
8888
contents: write

0 commit comments

Comments
 (0)