File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535
3636jobs :
3737 lint :
38- runs-on : ubuntu-22 .04
38+ runs-on : ubuntu-24 .04
3939 steps :
4040 - name : Checkout
4141 uses : actions/checkout@v4
5252 run : hatch fmt
5353
5454 unit-test :
55- runs-on : ubuntu-22 .04
55+ runs-on : ubuntu-24 .04
5656 steps :
5757 - name : Checkout
5858 uses : actions/checkout@v4
7070
7171
7272 build :
73- runs-on : ubuntu-22 .04
73+ runs-on : ubuntu-24 .04
7474 steps :
7575 - name : Checkout
7676 uses : actions/checkout@v4
@@ -111,7 +111,7 @@ jobs:
111111 if : ${{ inputs.version != '' }}
112112 needs :
113113 - build
114- runs-on : ubuntu-22 .04
114+ runs-on : ubuntu-24 .04
115115 steps :
116116 - name : Download Sdist and Wheel from GitHub
117117 uses : actions/download-artifact@v4
@@ -133,7 +133,7 @@ jobs:
133133 # The simple docs tool we're using doesn't support versions, so our docs
134134 # will only reflect what's in main.
135135 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
136- runs-on : ubuntu-22 .04
136+ runs-on : ubuntu-24 .04
137137 steps :
138138 - name : Checkout
139139 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments