Skip to content

Commit d2994ef

Browse files
committed
[ci] use macos-latest-large to have swiftlint
* `macos-latest` recently migrated from macos-12 to macos-14 Arm64, the latter of which does not ship with swiftlint * `macos-latest-large` is also a macos-14 image and does ship with swiftlint
1 parent 9388dfe commit d2994ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
name: Build and Test using any available iPhone simulator
14-
runs-on: macos-latest
14+
runs-on: macos-latest-large
1515

1616
steps:
1717
- name: Checkout OneSignal-iOS-SDK

0 commit comments

Comments
 (0)