Skip to content

Commit 92cfba7

Browse files
committed
Upgrade GH workflow iOS runner to macOS 14 arm64
- Standard GH macos-14 (arm64) free/unlimited for public - Fix: #1776 - Arch: Intel (x86_64) -> arm64 - CPU: 4-core (Intel) -> 3-core (M1) - RAM: 14 GB -> 7 GB - macOS: 13->14 - Darwin: 22->23 - XcodeCLI: 14->16 - SSD: 14GB - Remove old macOS 13 image spec docs
1 parent bae4ac8 commit 92cfba7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ on:
99
jobs:
1010
build-ios:
1111

12-
runs-on: macos-13
13-
14-
# ruby: 2.7.6, 3.0.4, 3.1.2 (../.ruby-version: 2.7.5)
15-
# CocoaPods: 1.11.3
12+
runs-on: macos-14
1613

1714
steps:
1815

0 commit comments

Comments
 (0)