Skip to content

Commit fe284e8

Browse files
committed
Try building packages with Apple silicon too
Signed-off-by: Patrick Avery <[email protected]>
1 parent a0c6bd3 commit fe284e8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/package.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@ jobs:
2020
os: ubuntu-latest,
2121
package: 'tar.gz'
2222
}
23+
- {
24+
name: "MacOSX-intel",
25+
os: macos-15-intel,
26+
package: 'x86_64.dmg'
27+
}
2328
- {
2429
name: "MacOSX",
25-
os: macos-13,
26-
package: 'dmg'
30+
os: macos-15,
31+
package: 'arm64.dmg'
2732
}
2833
- {
2934
name: "Windows",

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
}
2222
- {
2323
name: "MacOSX",
24-
os: macos-13
24+
os: macos-15
2525
}
2626
- {
2727
name: "Windows",

0 commit comments

Comments
 (0)