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 3636
3737jobs :
3838 lint :
39- runs-on : ubuntu-22 .04
39+ runs-on : ubuntu-24 .04
4040 steps :
4141 - name : Checkout
4242 uses : actions/checkout@v4
5353 run : hatch run lint:check
5454
5555 unit-test :
56- runs-on : ubuntu-22 .04
56+ runs-on : ubuntu-24 .04
5757 steps :
5858 - name : Checkout
5959 uses : actions/checkout@v4
7474 # those packages to GitHub as a build artifact. The push job downloads those
7575 # artifacts and pushes them as a single multi-platform package.
7676 build :
77- runs-on : ubuntu-22 .04
77+ runs-on : ubuntu-24 .04
7878 strategy :
7979 fail-fast : true
8080 matrix :
@@ -129,7 +129,7 @@ jobs:
129129 # pushes them as a multi-platform package. We only push the package it the
130130 # XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided.
131131 push :
132- runs-on : ubuntu-22 .04
132+ runs-on : ubuntu-24 .04
133133 needs :
134134 - build
135135 steps :
You can’t perform that action at this time.
0 commit comments