Skip to content

Commit bf67e37

Browse files
chore(deps): update dependency ubuntu to v22
1 parent 2f9b5e0 commit bf67e37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.yaml

Lines changed: 1 addition & 1 deletion
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'

0 commit comments

Comments
 (0)