File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535jobs :
3636 lint :
37- runs-on : ubuntu-24 .04
37+ runs-on : ubuntu-26 .04
3838 steps :
3939 - name : Checkout
4040 uses : actions/checkout@v7
5151 run : hatch fmt
5252
5353 unit-test :
54- runs-on : ubuntu-24 .04
54+ runs-on : ubuntu-26 .04
5555 steps :
5656 - name : Checkout
5757 uses : actions/checkout@v7
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-24 .04
75+ runs-on : ubuntu-26 .04
7676 strategy :
7777 fail-fast : true
7878 matrix :
@@ -126,7 +126,7 @@ jobs:
126126 # pushes them as a multi-platform package.
127127 push :
128128 if : ${{ github.event_name != 'pull_request' }}
129- runs-on : ubuntu-24 .04
129+ runs-on : ubuntu-26 .04
130130 needs :
131131 - build
132132 steps :
You can’t perform that action at this time.
0 commit comments