From bc18c9b4a895daaea7e98b20d625fb56dd9ded14 Mon Sep 17 00:00:00 2001 From: Zehua Zou <41586196+HuaHuaY@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:06:48 +0800 Subject: [PATCH 1/2] update ci macos version from 15 to 26 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 42181e2da..493d76409 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,8 +58,8 @@ jobs: shell: bash run: ci/scripts/build_example.sh $(pwd)/example macos: - name: AArch64 macOS 15 - runs-on: macos-15 + name: AArch64 macOS 26 + runs-on: macos-26 timeout-minutes: 30 strategy: fail-fast: false From 67233c6a37a719e5c4d321bee2c7a45fe724e318 Mon Sep 17 00:00:00 2001 From: Zehua Zou <41586196+HuaHuaY@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:10:52 +0800 Subject: [PATCH 2/2] update ci macos version from 15 to 26 --- .github/workflows/rc.yml | 2 +- .github/workflows/test.yml | 4 ++-- src/iceberg/table.h | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rc.yml b/.github/workflows/rc.yml index 301c0d72b..f7a7974c3 100644 --- a/.github/workflows/rc.yml +++ b/.github/workflows/rc.yml @@ -74,7 +74,7 @@ jobs: fail-fast: false matrix: os: - - macos-15 + - macos-26 - ubuntu-24.04 # - windows-latest steps: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 493d76409..d32fd0f69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -111,8 +111,8 @@ jobs: - title: AMD64 Windows 2025 runs-on: windows-2025 meson-setup-args: --vsenv - - title: AArch64 macOS 15 - runs-on: macos-15 + - title: AArch64 macOS 26 + runs-on: macos-26 steps: - uses: actions/setup-python@v5 with: diff --git a/src/iceberg/table.h b/src/iceberg/table.h index 0ce006625..f249f3d69 100644 --- a/src/iceberg/table.h +++ b/src/iceberg/table.h @@ -19,6 +19,7 @@ #pragma once +#include #include #include #include