Skip to content

Commit ccc79ef

Browse files
committed
Enable ODBC on macOS 15-intel only
macOS 14 is on ARM. ODBC cannot build on ARM mac 14 yet.
1 parent 7ae93eb commit ccc79ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cpp.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@ jobs:
224224
with:
225225
fetch-depth: 0
226226
submodules: recursive
227+
- name: Enable ODBC build on 15-intel only
228+
if: ${{ matrix.macos-version == '15-intel' }}
229+
run: |
230+
echo "ARROW_FLIGHT_SQL=ON" >> $GITHUB_ENV
231+
echo "ARROW_FLIGHT_SQL_ODBC=ON" >> $GITHUB_ENV
227232
- name: Install Dependencies
228233
run: |
229234
# pkg-config formula is deprecated but it's still installed

0 commit comments

Comments
 (0)