Skip to content

Commit caa4c34

Browse files
committed
ci(build): remove ubuntu-20.04
Signed-off-by: Xin Liu <[email protected]>
1 parent f1002df commit caa4c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
os: [ubuntu-22.04, ubuntu-20.04, macos-12, macos-13]
36+
os: [ubuntu-22.04, macos-12, macos-13]
3737
steps:
3838
- name: Clone project
3939
id: checkout

0 commit comments

Comments
 (0)