diff --git a/.github/workflows/cocoapods.yml b/.github/workflows/cocoapods.yml index bf9cb04a6..e7b1b9b09 100644 --- a/.github/workflows/cocoapods.yml +++ b/.github/workflows/cocoapods.yml @@ -32,10 +32,6 @@ jobs: extra_flags: ["", "--use-static-frameworks"] steps: - uses: actions/checkout@v5 - - name: Select Xcode Version - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: 'latest-stable' - name: "iOS, macOS, tvOS, and visionOS" run: | pod lib lint --verbose ${{ matrix.extra_flags }} \ @@ -66,10 +62,6 @@ jobs: pod_configuration: ["Debug", "Release"] steps: - uses: actions/checkout@v5 - - name: Select Xcode Version - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: 'latest-stable' - name: "macOS" run: | pod lib lint --verbose \ diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 554d4ce0d..b4bb986fa 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -38,10 +38,6 @@ jobs: SAMPLE: ["Calendar", "Drive", "YouTube", "Storage"] steps: - uses: actions/checkout@v5 - - name: Select Xcode Version - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: 'latest-stable' - name: Build Debug run: | set -eu diff --git a/.github/workflows/service_generator.yml b/.github/workflows/service_generator.yml index 8d448efeb..74dc2c793 100644 --- a/.github/workflows/service_generator.yml +++ b/.github/workflows/service_generator.yml @@ -36,10 +36,6 @@ jobs: CONFIGURATION: ["debug", "release"] steps: - uses: actions/checkout@v5 - - name: Select Xcode Version - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: 'latest-stable' - name: Build ServiceGenerator run: | set -eu @@ -54,10 +50,6 @@ jobs: CONFIGURATION: ["Debug", "Release"] steps: - uses: actions/checkout@v5 - - name: Select Xcode Version - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: 'latest-stable' - name: Build ServiceGenerator run: | set -eu diff --git a/.github/workflows/swiftpm.yml b/.github/workflows/swiftpm.yml index a327f13db..3b41cbf33 100644 --- a/.github/workflows/swiftpm.yml +++ b/.github/workflows/swiftpm.yml @@ -31,10 +31,6 @@ jobs: CONFIGURATION: ["debug", "release"] steps: - uses: actions/checkout@v5 - - name: Select Xcode Version - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: 'latest-stable' - name: Build and Test Library run: | set -eu @@ -52,10 +48,6 @@ jobs: CONFIGURATION: ["Debug", "Release"] steps: - uses: actions/checkout@v5 - - name: Select Xcode Version - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: 'latest-stable' - name: Build and Test Library run: | set -eu