Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:
jobs:
gates:
name: static gates
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
timeout-minutes: 10
steps:
- name: Check out
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

suites:
name: suite shard ${{ matrix.shard }}/4
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
timeout-minutes: 10
strategy:
fail-fast: false
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
# push cancelled this run: a superseded run is not a red check on main.
if: ${{ !cancelled() }}
needs: [gates, suites]
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
timeout-minutes: 10
steps:
- name: Require every gate and shard
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/record-tier0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# verified green by CI". See bench/README's "CI recording coverage"
# section for the reader-facing statement of this same boundary.
if: github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
timeout-minutes: 5
permissions:
# The only permission this workflow needs beyond the read-only
Expand Down
Loading