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 \