Skip to content

Commit 35aafcd

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
check-macos:
88
strategy:
99
matrix:
10-
os: [macos-12, macos-13, macos-latest]
10+
os: [macos-12, macos-13, macos-13-xlarge, macos-14, macos-latest]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v3

.github/workflows/install-kcl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
check-macos:
88
strategy:
99
matrix:
10-
os: [macos-12, macos-13, macos-latest]
10+
os: [macos-12, macos-13, macos-13-xlarge, macos-14, macos-latest]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)