Skip to content

Commit

Permalink
ci: add macos-13 in the kcl and language server install tests
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jul 21, 2024
1 parent 7d4bb5e commit 0b6cfe3
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 @@ -7,7 +7,7 @@ jobs:
check-macos:
strategy:
matrix:
os: [macos-11, macos-12, macos-latest]
os: [macos-11, macos-12, macos-13, macos-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-11, macos-12, macos-latest]
os: [macos-11, macos-12, macos-13, 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 @@ -98,7 +98,7 @@ jobs:
check-kcl-brew-install:
strategy:
matrix:
os: [macos-11, macos-12, macos-latest, ubuntu-latest]
os: [macos-11, macos-12, macos-13, macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0b6cfe3

Please sign in to comment.