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: