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 run : hatch fmt
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
7575 # those packages to GitHub as a build artifact. The push job downloads those
7676 # artifacts and pushes them as a single multi-platform package.
7777 build :
78- runs-on : ubuntu-22 .04
78+ runs-on : ubuntu-24 .04
7979 strategy :
8080 fail-fast : true
8181 matrix :
@@ -130,7 +130,7 @@ jobs:
130130 # pushes them as a multi-platform package. We only push the package it the
131131 # XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided.
132132 push :
133- runs-on : ubuntu-22 .04
133+ runs-on : ubuntu-24 .04
134134 needs :
135135 - build
136136 steps :
You can’t perform that action at this time.
0 commit comments