Skip to content

Commit ca29b95

Browse files
committed
ci: update binary macos & linux test os list
Signed-off-by: peefy <[email protected]>
1 parent 35aafcd commit ca29b95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/install-kcl-lsp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
check-linux:
2121
strategy:
2222
matrix:
23-
os: [ubuntu-20.04, ubuntu-latest]
23+
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest]
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- uses: actions/checkout@v3
@@ -55,7 +55,7 @@ jobs:
5555
check-kcl-lsp-brew-install-macos:
5656
strategy:
5757
matrix:
58-
os: [macos-12, macos-13, macos-latest]
58+
os: [macos-12, macos-13, macos-13-xlarge, macos-14, macos-latest]
5959
runs-on: ${{ matrix.os }}
6060
steps:
6161
- uses: actions/checkout@v3

.github/workflows/install-kcl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
check-linux:
3131
strategy:
3232
matrix:
33-
os: [ubuntu-20.04, ubuntu-latest]
33+
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest]
3434
runs-on: ${{ matrix.os }}
3535
steps:
3636
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)