We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5b5edb + 17a8c29 commit eddb31eCopy full SHA for eddb31e
.github/workflows/publish-release.yml
@@ -5,7 +5,8 @@ on:
5
6
jobs:
7
publish-release:
8
- runs-on: macos-latest
+ # macos-latest is too slow. -14 will become latest in Q2 '24
9
+ runs-on: macos-14
10
if: github.repository == 'square/workflow-kotlin'
11
timeout-minutes: 35
12
.github/workflows/publish-snapshot.yml
@@ -8,7 +8,8 @@ on:
publish-snapshot:
13
14
15
0 commit comments