Skip to content

Commit

Permalink
Use bigger runners
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Nov 8, 2023
1 parent ee94664 commit 3e75e00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
runs-on: macos-13-xlarge
steps:
- name: Install SwiftFormat
run: |
Expand All @@ -29,7 +29,7 @@ jobs:

swiftlint:
name: Run swiftlint
runs-on: macos-13
runs-on: macos-13-xlarge
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -42,7 +42,7 @@ jobs:

test:
name: Unit tests
runs-on: macos-13
runs-on: macos-13-xlarge
env:
SOURCE_PACKAGES_PATH: .spm
steps:
Expand Down

0 comments on commit 3e75e00

Please sign in to comment.