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.
1 parent 610e531 commit 25b516bCopy full SHA for 25b516b
.github/workflows/release-kotlin.yaml
@@ -16,7 +16,7 @@ on:
16
- 'v[0-9]+.[0-9]+.[0-9]+-ALPHA-[0-9]+-kotlin-[0-9]+.[0-9]+.[0-9]+-RC[0-9]+'
17
jobs:
18
publish-kotlin-libraries:
19
- runs-on: macos-12
+ runs-on: macos-14
20
steps:
21
- name: Checkout
22
uses: actions/checkout@v4
.github/workflows/release-swift.yaml
@@ -6,7 +6,7 @@ on:
6
- 'v[0-9]+.[0-9]+.[0-9]+-ALPHA-[0-9]+'
7
8
publish-cocoapods-libraries:
9
10
11
12
0 commit comments