We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdaf2f7 commit 977eaf0Copy full SHA for 977eaf0
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
id: matrix
67
with:
68
script: |
69
- const osList = ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm', 'macos-13', 'macos-14']
+ const osList = ['ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm', 'macos-13', 'macos-14']
70
const asanHead = { os: 'ubuntu-24.04', name: 'asan' }
71
const asan34 = { os: 'ubuntu-24.04', name: '3.4-asan' }
72
const skipSlow = "${{ github.event_name == 'workflow_dispatch' && github.event.inputs.skip_slow == 'true' }}"
0 commit comments