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 37
37
38
38
jobs :
39
39
lint :
40
- runs-on : ubuntu-22 .04
40
+ runs-on : ubuntu-24 .04
41
41
steps :
42
42
- name : Checkout
43
43
uses : actions/checkout@v4
57
57
version : ${{ env.GOLANGCI_VERSION }}
58
58
59
59
unit-test :
60
- runs-on : ubuntu-22 .04
60
+ runs-on : ubuntu-24 .04
61
61
steps :
62
62
- name : Checkout
63
63
uses : actions/checkout@v4
75
75
# those packages to GitHub as a build artifact. The push job downloads those
76
76
# artifacts and pushes them as a single multi-platform package.
77
77
build :
78
- runs-on : ubuntu-22 .04
78
+ runs-on : ubuntu-24 .04
79
79
strategy :
80
80
fail-fast : true
81
81
matrix :
@@ -130,7 +130,7 @@ jobs:
130
130
# pushes them as a multi-platform package. We only push the package it the
131
131
# XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided.
132
132
push :
133
- runs-on : ubuntu-22 .04
133
+ runs-on : ubuntu-24 .04
134
134
needs :
135
135
- build
136
136
steps :
You can’t perform that action at this time.
0 commit comments