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 3838
3939jobs :
4040 lint :
41- runs-on : ubuntu-22 .04
41+ runs-on : ubuntu-24 .04
4242 steps :
4343 - name : Checkout
4444 uses : actions/checkout@v4
5858 version : ${{ env.GOLANGCI_VERSION }}
5959
6060 unit-test :
61- runs-on : ubuntu-22 .04
61+ runs-on : ubuntu-24 .04
6262 steps :
6363 - name : Checkout
6464 uses : actions/checkout@v4
7676 # those packages to GitHub as a build artifact. The push job downloads those
7777 # artifacts and pushes them as a single multi-platform package.
7878 build :
79- runs-on : ubuntu-22 .04
79+ runs-on : ubuntu-24 .04
8080 strategy :
8181 fail-fast : true
8282 matrix :
@@ -131,7 +131,7 @@ jobs:
131131 # pushes them as a multi-platform package. We only push the package it the
132132 # XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided.
133133 push :
134- runs-on : ubuntu-22 .04
134+ runs-on : ubuntu-24 .04
135135 needs :
136136 - build
137137 steps :
You can’t perform that action at this time.
0 commit comments