We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782ac78 commit a697361Copy full SHA for a697361
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm.yml@main
28
with:
29
package: OversizeMacro
30
- destination: platform=macOS,name=Any Mac
+ destination: platform=macOS,arch=arm64
31
secrets: inherit
32
33
build-oversize-macro-client:
@@ -37,7 +37,7 @@ jobs:
37
38
39
package: OversizeMacroClient
40
41
42
43
bump:
0 commit comments