Skip to content

Commit

Permalink
ci: update binary macos test os list
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Oct 15, 2024
1 parent d996439 commit 35aafcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-kcl-lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
check-macos:
strategy:
matrix:
os: [macos-12, macos-13, macos-latest]
os: [macos-12, macos-13, macos-13-xlarge, macos-14, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-kcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
check-macos:
strategy:
matrix:
os: [macos-12, macos-13, macos-latest]
os: [macos-12, macos-13, macos-13-xlarge, macos-14, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 35aafcd

Please sign in to comment.