From 9f39c4812d8bcafe6a03539448c653e7b00cb8b9 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 15 Sep 2025 10:52:32 -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/bazel.yml | 4 ---- .github/workflows/cocoapods.yml | 4 ---- .github/workflows/xcode.yml | 8 -------- 3 files changed, 16 deletions(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index de2c3b8..37b9e74 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -50,10 +50,6 @@ jobs: MODE: ["dbg", "opt"] steps: - uses: actions/checkout@v5 - - name: Select Xcode Version - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: 'latest-stable' - uses: bazel-contrib/setup-bazel@0.15.0 with: bazelisk-cache: true diff --git a/.github/workflows/cocoapods.yml b/.github/workflows/cocoapods.yml index cbc3044..98a6894 100644 --- a/.github/workflows/cocoapods.yml +++ b/.github/workflows/cocoapods.yml @@ -45,10 +45,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: Pod lib lint run: | pod lib lint --verbose \ diff --git a/.github/workflows/xcode.yml b/.github/workflows/xcode.yml index 355d214..9ebf80c 100644 --- a/.github/workflows/xcode.yml +++ b/.github/workflows/xcode.yml @@ -46,10 +46,6 @@ jobs: MODE: ["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 run: | xcodebuild \ @@ -65,10 +61,6 @@ jobs: MODE: ["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 run: | xcodebuild \