Skip to content

Commit 17a8c29

Browse files
committed
Bump publishing shard to macos-14
macos-latest times out, -14 should be faster. https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
1 parent b5b5edb commit 17a8c29

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55

66
jobs:
77
publish-release:
8-
runs-on: macos-latest
8+
# macos-latest is too slow. -14 will become latest in Q2 '24
9+
runs-on: macos-14
910
if: github.repository == 'square/workflow-kotlin'
1011
timeout-minutes: 35
1112

.github/workflows/publish-snapshot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88

99
jobs:
1010
publish-snapshot:
11-
runs-on: macos-latest
11+
# macos-latest is too slow. -14 will become latest in Q2 '24
12+
runs-on: macos-14
1213
if: github.repository == 'square/workflow-kotlin'
1314
timeout-minutes: 35
1415

0 commit comments

Comments
 (0)