File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions: {}
2020
2121jobs :
2222 test :
23- runs-on : ubuntu-latest
23+ runs-on : ubuntu-24.04
2424 continue-on-error : ${{ matrix.allow_failure }}
2525 timeout-minutes : 15
2626 permissions :
@@ -146,7 +146,7 @@ jobs:
146146
147147 report-coverage :
148148 name : Report Combined Coverage
149- runs-on : ubuntu-latest
149+ runs-on : ubuntu-24.04
150150 needs : test
151151 if : always()
152152 permissions :
@@ -160,7 +160,6 @@ jobs:
160160 - uses : actions/setup-python@v5
161161 with :
162162 python-version : ' 3.13'
163- check-latest : true
164163
165164 - name : Install coverage tool
166165 run : python -m pip install coverage[toml]
@@ -214,7 +213,7 @@ jobs:
214213 needs :
215214 - report-coverage
216215
217- runs-on : ubuntu-latest
216+ runs-on : ubuntu-24.04
218217
219218 steps :
220219 - name : Decide whether the needed jobs succeeded or failed
You can’t perform that action at this time.
0 commit comments