Skip to content

Commit

Permalink
Merge branch 'try-slower-runners'
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Dec 7, 2023
2 parents f423e87 + 89fcf61 commit 8fab0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
check-formatting:
name: Check formatting
runs-on: macos-13-xlarge
runs-on: macos-13
steps:
- name: Install SwiftFormat
run: |
Expand All @@ -29,7 +29,7 @@ jobs:

swiftlint:
name: Run swiftlint
runs-on: macos-13-xlarge
runs-on: macos-13
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 8fab0ca

Please sign in to comment.