Skip to content

Commit 1a2e3e0

Browse files
committed
ORC-1895: Add MacOS 15 to macos-cpp-check GitHub Action job
### What changes were proposed in this pull request? This PR aims to add `MacOS 15` to `macos-cpp-check` GitHub Action job additionally. ### Why are the changes needed? To have additional test coverage. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2218 from dongjoon-hyun/ORC-1895. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 594184a commit 1a2e3e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
strategy:
224224
fail-fast: false
225225
matrix:
226-
version: [13, 14]
226+
version: [13, 14, 15]
227227
runs-on: macos-${{ matrix.version }}
228228
steps:
229229
- name: Checkout repository

0 commit comments

Comments
 (0)