Skip to content

Commit 813b23a

Browse files
escapedcatclaude
andcommitted
ci: add ubuntu-26.04 to OS matrix
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 12f8eb5 commit 813b23a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
1919
strategy:
2020
matrix:
21-
os: [ubuntu-22.04, ubuntu-24.04, windows-2022, windows-2025]
21+
os:
22+
[ubuntu-22.04, ubuntu-24.04, ubuntu-26.04, windows-2022, windows-2025]
2223
# 22 = Ubuntu 26.04 LTS
2324
node: [22, 24]
2425
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)