From 89fcf61286530cebfae85369e710479bdd65d94e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C4=ABls?= Date: Thu, 7 Dec 2023 18:44:34 +0100 Subject: [PATCH] Use macos-13 for linting and formatting --- .github/workflows/ios.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 5f4342002dc0..cf1941a16552 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-xlarge + runs-on: macos-13 steps: - name: Install SwiftFormat run: | @@ -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