From ac075080a6e6cab2182afab1f340a46bedaa5e5a Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:46:29 +0200 Subject: [PATCH] test --- templates/swift5/statics/client/.github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/swift5/statics/client/.github/workflows/build.yml b/templates/swift5/statics/client/.github/workflows/build.yml index a4e50402..ed2a1b97 100644 --- a/templates/swift5/statics/client/.github/workflows/build.yml +++ b/templates/swift5/statics/client/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: cocoapods: name: Verify cocopods podspec needs: [ build-xcodebuild ] - runs-on: macos-latest + runs-on: macos-14 steps: - name: Checkout @@ -58,6 +58,6 @@ jobs: - name: xcode version uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable + xcode-version: '14.3.1' - name: Verify cocoapods run: pod lib lint --allow-warnings