Skip to content

Commit 67233c6

Browse files
committed
update ci macos version from 15 to 26
1 parent bc18c9b commit 67233c6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)