We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc18c9b commit 67233c6Copy full SHA for 67233c6
.github/workflows/rc.yml
@@ -74,7 +74,7 @@ jobs:
74
fail-fast: false
75
matrix:
76
os:
77
- - macos-15
+ - macos-26
78
- ubuntu-24.04
79
# - windows-latest
80
steps:
.github/workflows/test.yml
@@ -111,8 +111,8 @@ jobs:
111
- title: AMD64 Windows 2025
112
runs-on: windows-2025
113
meson-setup-args: --vsenv
114
- - title: AArch64 macOS 15
115
- runs-on: macos-15
+ - title: AArch64 macOS 26
+ runs-on: macos-26
116
117
- uses: actions/setup-python@v5
118
with:
src/iceberg/table.h
@@ -19,6 +19,7 @@
19
20
#pragma once
21
22
+#include <memory>
23
#include <string>
24
#include <unordered_map>
25
#include <vector>
0 commit comments