From 8fe365afc25eccf23d5209e28343b8973dab6ac6 Mon Sep 17 00:00:00 2001 From: Bug Magnet Date: Fri, 17 May 2024 11:44:53 +0200 Subject: [PATCH] Try running on the macos-14 image --- .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 f0c12323c3e7..7c631764a5d3 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -12,7 +12,7 @@ on: jobs: check-formatting: name: Check formatting - runs-on: macos-13 + runs-on: macos-14 steps: - name: Install SwiftFormat run: | @@ -30,7 +30,7 @@ jobs: swiftlint: name: Run swiftlint - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout repository uses: actions/checkout@v3 @@ -44,7 +44,7 @@ jobs: test: name: Unit tests - runs-on: macos-13-xlarge + runs-on: macos-14-xlarge env: SOURCE_PACKAGES_PATH: .spm steps: