Skip to content

Commit

Permalink
fix ci labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 30, 2024
1 parent 5dc9694 commit 6844199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ env:

jobs:
build-unix:
runs-on: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
target:
- linux-arm64
- linux-x64
Expand Down

0 comments on commit 6844199

Please sign in to comment.