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 3737
3838jobs :
3939 lint :
40- runs-on : ubuntu-22 .04
40+ runs-on : ubuntu-24 .04
4141 steps :
4242 - name : Checkout
4343 uses : actions/checkout@v4
5454 version : ${{ env.GOLANGCI_VERSION }}
5555
5656 unit-test :
57- runs-on : ubuntu-22 .04
57+ runs-on : ubuntu-24 .04
5858 steps :
5959 - name : Checkout
6060 uses : actions/checkout@v4
7272 # those packages to GitHub as a build artifact. The push job downloads those
7373 # artifacts and pushes them as a single multi-platform package.
7474 build :
75- runs-on : ubuntu-22 .04
75+ runs-on : ubuntu-24 .04
7676 strategy :
7777 fail-fast : true
7878 matrix :
@@ -127,7 +127,7 @@ jobs:
127127 # pushes them as a multi-platform package. We only push the package it the
128128 # XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided.
129129 push :
130- runs-on : ubuntu-22 .04
130+ runs-on : ubuntu-24 .04
131131 needs :
132132 - build
133133 steps :
You can’t perform that action at this time.
0 commit comments