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