Skip to content

Commit 5bafa69

Browse files
committed
ci: Test GitHub-hosted ubuntu 26.04 runners
1 parent e7b7497 commit 5bafa69

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
# NB: Sync list with https://github.com/taiki-e/checkout-action/blob/HEAD/.github/workflows/ci.yml
5252
# --------------------------------------------------------------------
5353
# GitHub-hosted runners
54+
- os: ubuntu-26.04
55+
- os: ubuntu-26.04-arm
5456
- os: ubuntu-24.04
5557
- os: ubuntu-24.04-arm
5658
- os: ubuntu-22.04
@@ -147,8 +149,8 @@ jobs:
147149
# Arch-based
148150
- container: archlinux:latest # glibc
149151
runs-on: ${{ matrix.os || 'ubuntu-24.04' }}
150-
timeout-minutes: 30
151152
container: ${{ matrix.container }}
153+
timeout-minutes: 30
152154
steps:
153155
- name: Install requirements (old Debian)
154156
run: |

0 commit comments

Comments
 (0)