Skip to content

Commit

Permalink
ci: deprecated macos-11 tests
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Aug 16, 2024
1 parent 0f10baf commit b5692a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-13, macos-latest]
os: [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-13, macos-latest]
os: [macos-12, macos-13, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .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-11, macos-12, macos-13, macos-latest]
os: [macos-12, macos-13, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
check-kcl-brew-install:
strategy:
matrix:
os: [macos-11, macos-12, macos-13, macos-latest, ubuntu-latest]
os: [macos-12, macos-13, macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b5692a5

Please sign in to comment.