This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 5cdc18e25 ci: don't force XCode 16 (#4437)
5cdc18e25 is described below
commit 5cdc18e257df19dd2ba48b8bdd3fe294c3d54eaa
Author: David Li <[email protected]>
AuthorDate: Tue Jun 23 16:49:39 2026 -0700
ci: don't force XCode 16 (#4437)
We did this due to a build issue, but it seems the runner image has
updated and now XCode 16 isn't available.
Previously: https://github.com/apache/arrow-adbc/issues/3382
---
.github/workflows/java.yml | 3 ---
.github/workflows/packaging.yml | 6 ------
2 files changed, 9 deletions(-)
diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml
index f7ad5a26b..81b299497 100644
--- a/.github/workflows/java.yml
+++ b/.github/workflows/java.yml
@@ -153,9 +153,6 @@ jobs:
- name: Build artifacts (macOS)
if: matrix.os == 'macOS'
run: |
- # XXX(https://github.com/apache/arrow-adbc/issues/3382)
- sudo xcode-select -s "/Applications/Xcode_16.app"
-
export ADBC_BUILD_STATIC=ON
export ADBC_BUILD_TESTS=OFF
export ADBC_USE_ASAN=OFF
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 405911b94..35f2c075b 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -833,12 +833,6 @@ jobs:
cache: false
cache-dependency-path: adbc/go/adbc/go.sum
- - name: Downgrade XCode
- if: matrix.os == 'macos-latest'
- run: |
- # XXX(https://github.com/apache/arrow-adbc/issues/3382)
- sudo xcode-select -s "/Applications/Xcode_16.app"
-
- name: Build wheel
env:
ARCH: ${{ matrix.arch }}