Skip to content

Commit 7749376

Browse files
MarcoFalkejanus
authored andcommitted
ci: Roll test-each-commit Ubuntu
1 parent c186f33 commit 7749376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ env:
4444
jobs:
4545
test-each-commit:
4646
name: 'test each commit'
47-
runs-on: ubuntu-22.04
47+
runs-on: ubuntu-24.04
4848
if: github.event_name == 'pull_request' && github.event.pull_request.commits != 1
4949
timeout-minutes: 360 # Use maximum time, see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes. Assuming a worst case time of 1 hour per commit, this leads to a --max-count=6 below.
5050
env:

0 commit comments

Comments
 (0)