Skip to content

Commit 6791e5a

Browse files
committed
Update build variants in push.yaml
1 parent 17ffcfc commit 6791e5a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/push.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,11 @@ jobs:
7575
commit_hash="${GITHUB_SHA:0:9}"
7676
7777
variants=(
78-
'windows-x64;zip|exe'
79-
'macos-universal;tar.xz|pkg'
78+
'windows-x64-cpu;zip|exe'
79+
'windows-x64-11.8.0;zip|exe'
80+
'windows-x64-12.2.0;zip|exe'
81+
'macos-arm64;tar.xz|pkg'
82+
'macos-x86_64;tar.xz|pkg'
8083
'ubuntu-22.04-x86_64;tar.xz|deb|ddeb'
8184
'sources;tar.xz'
8285
)

0 commit comments

Comments
 (0)