Skip to content

Commit 7291a9b

Browse files
authored
feat: update ci macOS version from 15 to 26 (#259)
1 parent 064d53b commit 7291a9b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
fail-fast: false
7575
matrix:
7676
os:
77-
- macos-15
77+
- macos-26
7878
- ubuntu-24.04
7979
# - windows-latest
8080
steps:

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
shell: bash
5959
run: ci/scripts/build_example.sh $(pwd)/example
6060
macos:
61-
name: AArch64 macOS 15
62-
runs-on: macos-15
61+
name: AArch64 macOS 26
62+
runs-on: macos-26
6363
timeout-minutes: 30
6464
strategy:
6565
fail-fast: false
@@ -111,8 +111,8 @@ jobs:
111111
- title: AMD64 Windows 2025
112112
runs-on: windows-2025
113113
meson-setup-args: --vsenv
114-
- title: AArch64 macOS 15
115-
runs-on: macos-15
114+
- title: AArch64 macOS 26
115+
runs-on: macos-26
116116
steps:
117117
- uses: actions/setup-python@v5
118118
with:

src/iceberg/table.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#pragma once
2121

22+
#include <memory>
2223
#include <string>
2324
#include <unordered_map>
2425
#include <vector>

0 commit comments

Comments
 (0)