Skip to content

Commit fa90ad2

Browse files
author
MarcoFalke
committed
ci: Roll test-each-commit Ubuntu
1 parent fa6c82d commit fa90ad2

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
@@ -25,7 +25,7 @@ env:
2525
jobs:
2626
test-each-commit:
2727
name: 'test each commit'
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
if: github.event_name == 'pull_request' && github.event.pull_request.commits != 1
3030
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.
3131
env:

0 commit comments

Comments
 (0)