Skip to content

Commit 06dd3af

Browse files
committed
Update ci.yml
1 parent 8055391 commit 06dd3af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
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-large
14+
runs-on: macos-latest
1515

1616
steps:
1717
- name: Checkout OneSignal-iOS-SDK
@@ -23,7 +23,7 @@ jobs:
2323
echo Using default scheme: $default
2424
- name: Run Swift Lint
2525
run: |
26-
swiftlint
26+
# swiftlint
2727
- name: Build
2828
env:
2929
scheme: ${{ 'UnitTestApp' }}

0 commit comments

Comments
 (0)