build all platforms in workflow

This commit is contained in:
FTCHD
2025-01-31 17:40:53 +02:00
committed by GitHub
parent bf6b3d41d7
commit 636e1b4e13
+6 -6
View File
@@ -11,12 +11,12 @@ jobs:
fail-fast: false
matrix:
include:
# - platform: 'macos-latest'
# args: '--target aarch64-apple-darwin'
# - platform: 'macos-latest'
# args: '--target x86_64-apple-darwin'
# - platform: 'ubuntu-22.04'
# args: ''
- platform: 'macos-latest'
args: '--target aarch64-apple-darwin'
- platform: 'macos-latest'
args: '--target x86_64-apple-darwin'
- platform: 'ubuntu-22.04'
args: ''
- platform: 'windows-latest'
args: ''
- platform: "windows-latest"