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 42181e2da..d32fd0f69 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 @@ -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