Skip to content

Commit eddb31e

Browse files
authored
Merge pull request #1182 from square/ray/bigger-macs-man
Bump publishing shard to macos-14
2 parents b5b5edb + 17a8c29 commit eddb31e

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)