Skip to content

Commit fa43ac7

Browse files
add intel mac build
1 parent 20620a2 commit fa43ac7

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/package.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,22 @@ jobs:
3636
artifact-name: CertWizard-Windows
3737

3838
- os: macos-latest
39-
friendly-name: macOS (DMG/PKG/Zip)
39+
friendly-name: macOS Apple Silicon (DMG/PKG/Zip)
4040
platform-profile: jar-with-dependencies
4141
artifact-path: |
4242
target/CertWizard-mac.zip
4343
target/*.dmg
4444
target/*.pkg
45-
artifact-name: CertWizard-Mac-App
45+
artifact-name: CertWizard-Mac-ARM64
46+
47+
- os: macos-13
48+
friendly-name: macOS Intel (DMG/PKG/Zip)
49+
platform-profile: jar-with-dependencies
50+
artifact-path: |
51+
target/CertWizard-mac.zip
52+
target/*.dmg
53+
target/*.pkg
54+
artifact-name: CertWizard-Mac-x64
4655

4756
- os: ubuntu-latest
4857
friendly-name: Linux (JAR)

0 commit comments

Comments
 (0)