Skip to content

Commit

Permalink
chore: remove release and build workflow, update release workflow for…
Browse files Browse the repository at this point in the history
… macos-latest
  • Loading branch information
kangfenmao committed Dec 19, 2024
1 parent 9aa2a47 commit 8f11d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 96 deletions.
94 changes: 0 additions & 94 deletions .github/workflows/build.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:

strategy:
matrix:
os: [macos-13, macos-latest, windows-latest, ubuntu-latest]
# windows-latest, ubuntu-latest
os: [macos-13, macos-latest]
arch: [x64, arm64]
exclude:
- os: windows-latest
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
ARCH: ${{ matrix.arch }}

- name: Build Mac
if: matrix.os == 'macos-13'
if: matrix.os == 'macos-13' || matrix.os == 'macos-latest'
run: yarn build:mac
env:
CSC_LINK: ${{ secrets.CSC_LINK }}
Expand Down

0 comments on commit 8f11d2b

Please sign in to comment.