From 3e75e007b08a191abee01065182c802d712c6ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C4=ABls?= Date: Wed, 8 Nov 2023 14:12:10 +0100 Subject: [PATCH] Use bigger runners --- .github/workflows/ios.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 66d3dae593e1..4f76c6d48841 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -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: | @@ -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 @@ -42,7 +42,7 @@ jobs: test: name: Unit tests - runs-on: macos-13 + runs-on: macos-13-xlarge env: SOURCE_PACKAGES_PATH: .spm steps: