Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nan-li committed Oct 30, 2024
1 parent 8055391 commit 06dd3af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
name: Build and Test using any available iPhone simulator
runs-on: macos-latest-large
runs-on: macos-latest

steps:
- name: Checkout OneSignal-iOS-SDK
Expand All @@ -23,7 +23,7 @@ jobs:
echo Using default scheme: $default
- name: Run Swift Lint
run: |
swiftlint
# swiftlint
- name: Build
env:
scheme: ${{ 'UnitTestApp' }}
Expand Down

0 comments on commit 06dd3af

Please sign in to comment.