Skip to content

Commit 25b516b

Browse files
committed
Run on macos-14
1 parent 610e531 commit 25b516b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-kotlin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- 'v[0-9]+.[0-9]+.[0-9]+-ALPHA-[0-9]+-kotlin-[0-9]+.[0-9]+.[0-9]+-RC[0-9]+'
1717
jobs:
1818
publish-kotlin-libraries:
19-
runs-on: macos-12
19+
runs-on: macos-14
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4

.github/workflows/release-swift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v[0-9]+.[0-9]+.[0-9]+-ALPHA-[0-9]+'
77
jobs:
88
publish-cocoapods-libraries:
9-
runs-on: macos-12
9+
runs-on: macos-14
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4

0 commit comments

Comments
 (0)