Skip to content

Commit 977eaf0

Browse files
committed
Remove ubuntu-20.04
1 parent bdaf2f7 commit 977eaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
id: matrix
6767
with:
6868
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']
69+
const osList = ['ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm', 'macos-13', 'macos-14']
7070
const asanHead = { os: 'ubuntu-24.04', name: 'asan' }
7171
const asan34 = { os: 'ubuntu-24.04', name: '3.4-asan' }
7272
const skipSlow = "${{ github.event_name == 'workflow_dispatch' && github.event.inputs.skip_slow == 'true' }}"

0 commit comments

Comments
 (0)