Skip to content

Commit 0711568

Browse files
committed
publish snapshots using a macos-latest runner
We must use macOS in order to create the iOS artifacts.
1 parent 7e9caa8 commit 0711568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
publish-snapshot :
12-
runs-on : ubuntu-latest
12+
runs-on : macos-latest
1313
if : github.repository == 'square/workflow-kotlin'
1414
timeout-minutes : 25
1515

0 commit comments

Comments
 (0)