Skip to content

Commit 3f29242

Browse files
committed
Build on Ubuntu 26.04 too
1 parent b613323 commit 3f29242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
id: matrix
6767
with:
6868
script: |
69-
const osList = ['ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm', 'macos-15-intel', 'macos-14']
69+
const osList = ['ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-26.04', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm', 'ubuntu-26.04-arm', 'macos-15-intel', 'macos-14']
7070
const asanHead = { os: 'ubuntu-24.04', name: 'asan' }
7171
const asanRelease = { os: 'ubuntu-24.04', name: 'asan-release' }
7272
const skipSlow = "${{ github.event_name == 'workflow_dispatch' && github.event.inputs.skip_slow == 'true' }}"

0 commit comments

Comments
 (0)