From 8fc8de46f89acce4d455a70d6cdf134135a8803a Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 15 Sep 2025 10:49:13 -0400 Subject: [PATCH] Stop selecting the latest Xcode and use the image default. The latest GitHub images have the 26 RC, but they didn't install any defaults with that OS, so it makes actions fail. So just go back to using the default Xcode on the images. --- .github/workflows/cocoapods.yml | 8 -------- .github/workflows/examples.yml | 4 ---- .github/workflows/service_generator.yml | 8 -------- .github/workflows/swiftpm.yml | 8 -------- 4 files changed, 28 deletions(-) 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