Skip to content

Commit 1e8ecce

Browse files
authored
Merge pull request #859 from square/rick/publish_snapshots_using_macos_runner
publish snapshots using a `macos-latest` runner
2 parents 53308bc + 0711568 commit 1e8ecce

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)