Skip to content

Commit

Permalink
ci: update binary macos & linux 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 35aafcd commit ca29b95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-kcl-lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
check-linux:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
check-kcl-lsp-brew-install-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 @@ -30,7 +30,7 @@ jobs:
check-linux:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ca29b95

Please sign in to comment.