Skip to content

Commit

Permalink
fix: rm macos-12 env in release github action (kcl-lang#1773)
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe authored Dec 6, 2024
1 parent eb61d84 commit 367cba9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Ref: https://github.com/actions/runner-images/tree/main/images/macos
strategy:
matrix:
os: [macos-12, macos-13]
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
- name: Git checkout
Expand Down Expand Up @@ -89,7 +89,6 @@ jobs:
echo "VERSION=v${VERSION}" >> $GITHUB_ENV
- uses: actions/upload-artifact@v4
if: "contains(matrix.os, 'macos-12')"
with:
name: kcl-${{ env.VERSION }}-darwin-amd64
if-no-files-found: error
Expand Down

0 comments on commit 367cba9

Please sign in to comment.