Skip to content

Commit

Permalink
Fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Mar 30, 2024
1 parent f91f375 commit 1db6387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build application packages
strategy:
matrix:
runtime: [ linux-x64, osx-x64, win-x64, android ]
runtime: [ linux-x64, osx-x64, osx-arm64, win-x64, android ]
include:
- runtime: linux-x64
arch: x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build application packages
strategy:
matrix:
runtime: [ linux-x64, osx-x64, win-x64, android ]
runtime: [ linux-x64, osx-x64, osx-arm64, win-x64, android ]
include:
- runtime: linux-x64
arch: x64
Expand Down

0 comments on commit 1db6387

Please sign in to comment.