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
54
54
version : ${{ env.GOLANGCI_VERSION }}
55
55
56
56
unit-test :
57
- runs-on : ubuntu-22 .04
57
+ runs-on : ubuntu-24 .04
58
58
steps :
59
59
- name : Checkout
60
60
uses : actions/checkout@v4
72
72
# those packages to GitHub as a build artifact. The push job downloads those
73
73
# artifacts and pushes them as a single multi-platform package.
74
74
build :
75
- runs-on : ubuntu-22 .04
75
+ runs-on : ubuntu-24 .04
76
76
strategy :
77
77
fail-fast : true
78
78
matrix :
@@ -127,7 +127,7 @@ jobs:
127
127
# pushes them as a multi-platform package. We only push the package it the
128
128
# XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided.
129
129
push :
130
- runs-on : ubuntu-22 .04
130
+ runs-on : ubuntu-24 .04
131
131
needs :
132
132
- build
133
133
steps :
You can’t perform that action at this time.
0 commit comments