Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoNex committed Jun 20, 2024
1 parent 7f4ca5c commit 9a84379
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
# Build for Linux (both x86_64 and aarch64)
build-linux:
runs-on: ubuntu-latest
needs: create_release
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
# Build for Windows (only x86_64)
build-windows:
runs-on: ubuntu-latest
needs: create_release
strategy:
fail-fast: false

Expand Down Expand Up @@ -93,6 +95,7 @@ jobs:
# Build for MacOS
build-macos:
runs-on: macos-latest
needs: create_release
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9a84379

Please sign in to comment.