Skip to content

Commit

Permalink
Merge pull request #492 from kcl-lang/fix-github-action
Browse files Browse the repository at this point in the history
fix: rm macos-12 in github action
  • Loading branch information
zong-zhe authored Dec 25, 2024
2 parents 7e6b16f + f451f29 commit a346018
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-12, macos-13, macos-13-xlarge, macos-14, macos-latest]
os: [macos-13, macos-13-xlarge, macos-14, 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-12, macos-13, macos-13-xlarge, macos-14, macos-latest]
os: [macos-13, macos-13-xlarge, macos-14, 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-12, macos-13, macos-13-xlarge, macos-14, macos-latest]
os: [macos-13, macos-13-xlarge, macos-14, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
check-kcl-brew-install:
strategy:
matrix:
os: [macos-12, macos-13, macos-latest, ubuntu-20.04, ubuntu-latest]
os: [macos-13, macos-latest, ubuntu-20.04, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a346018

Please sign in to comment.