aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-05-08 11:24:55 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-05-15 09:53:04 +0200
commitfa90ad23c0cb99bde305af156c978c066f7bacb8 (patch)
tree1c099e42a17f677d93117f32fbce85093eeacaa6 /.github
parentfa6c82dd9b0ef9687c28ddd6b57065d0ba7de85b (diff)
ci: Roll test-each-commit Ubuntu
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d4fd477063..a5c322fc23 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ env:
jobs:
test-each-commit:
name: 'test each commit'
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
if: github.event_name == 'pull_request' && github.event.pull_request.commits != 1
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.
env: