Skip to content

Commit e38450f

Browse files
authored
Update main.yml
1 parent a946de1 commit e38450f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions: {}
2020

2121
jobs:
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

0 commit comments

Comments
 (0)