Skip to content

Commit a697361

Browse files
committed
Fix CI
1 parent 782ac78 commit a697361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm.yml@main
2828
with:
2929
package: OversizeMacro
30-
destination: platform=macOS,name=Any Mac
30+
destination: platform=macOS,arch=arm64
3131
secrets: inherit
3232

3333
build-oversize-macro-client:
@@ -37,7 +37,7 @@ jobs:
3737
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm.yml@main
3838
with:
3939
package: OversizeMacroClient
40-
destination: platform=macOS,name=Any Mac
40+
destination: platform=macOS,arch=arm64
4141
secrets: inherit
4242

4343
bump:

0 commit comments

Comments
 (0)