We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b613323 commit 3f29242Copy full SHA for 3f29242
1 file changed
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
id: matrix
67
with:
68
script: |
69
- const osList = ['ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm', 'macos-15-intel', 'macos-14']
+ 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']
70
const asanHead = { os: 'ubuntu-24.04', name: 'asan' }
71
const asanRelease = { os: 'ubuntu-24.04', name: 'asan-release' }
72
const skipSlow = "${{ github.event_name == 'workflow_dispatch' && github.event.inputs.skip_slow == 'true' }}"
0 commit comments