File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
39
39
jobs :
40
40
lint :
41
- runs-on : ubuntu-22 .04
41
+ runs-on : ubuntu-24 .04
42
42
steps :
43
43
- name : Checkout
44
44
uses : actions/checkout@v4
58
58
version : ${{ env.GOLANGCI_VERSION }}
59
59
60
60
unit-test :
61
- runs-on : ubuntu-22 .04
61
+ runs-on : ubuntu-24 .04
62
62
steps :
63
63
- name : Checkout
64
64
uses : actions/checkout@v4
76
76
# those packages to GitHub as a build artifact. The push job downloads those
77
77
# artifacts and pushes them as a single multi-platform package.
78
78
build :
79
- runs-on : ubuntu-22 .04
79
+ runs-on : ubuntu-24 .04
80
80
strategy :
81
81
fail-fast : true
82
82
matrix :
@@ -131,7 +131,7 @@ jobs:
131
131
# pushes them as a multi-platform package. We only push the package it the
132
132
# XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided.
133
133
push :
134
- runs-on : ubuntu-22 .04
134
+ runs-on : ubuntu-24 .04
135
135
needs :
136
136
- build
137
137
steps :
You can’t perform that action at this time.
0 commit comments