Skip to content

Commit 127b814

Browse files
committed
Update CI environment
1 parent 5f2cf07 commit 127b814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release:
1010
name: Publish GitHub and Cocoapods release
11-
runs-on: macos-12
11+
runs-on: macos-14
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
test:
1616
name: Run tests on macOS
17-
runs-on: macos-12
17+
runs-on: macos-14
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2

0 commit comments

Comments
 (0)