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 5f2cf07 commit 127b814Copy full SHA for 127b814
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
release:
10
name: Publish GitHub and Cocoapods release
11
- runs-on: macos-12
+ runs-on: macos-14
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v2
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ on:
15
test:
16
name: Run tests on macOS
17
18
19
20
0 commit comments