Skip to content

Commit 27bd9d1

Browse files
committed
ci: add ubuntu-20.04 tests for kcl brew install e2e tests
Signed-off-by: peefy <[email protected]>
1 parent b5692a5 commit 27bd9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-kcl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
check-kcl-brew-install:
9999
strategy:
100100
matrix:
101-
os: [macos-12, macos-13, macos-latest, ubuntu-latest]
101+
os: [macos-12, macos-13, macos-latest, ubuntu-20.04, ubuntu-latest]
102102
runs-on: ${{ matrix.os }}
103103
steps:
104104
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)