Commit e02cfb8
committed
[SPARK-53699] Add
### What changes were proposed in this pull request?
This PR aims to add `MacOS 26` GitHub Action job. By default, the following are used.
- Xcode 26.0
- Swift 6.2
### Why are the changes needed?
`MacOS 26` is released on 2025-09-15. We need to have a test coverage for this environment.
- https://developer.apple.com/documentation/macos-release-notes/macos-26-release-notes
`GitHub Action` provides `MacOS 26 (ARM64)` with `Xcode 26.0` by default.
- https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md
`Xcode 26.0` includes `Swift 6.2`.
- https://developer.apple.com/documentation/xcode-release-notes/xcode-26-release-notes
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #244 from dongjoon-hyun/SPARK-53699.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>MacOS 26 GitHub Action job1 parent 03ba1a0 commit e02cfb8
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
65 | 73 | | |
66 | 74 | | |
67 | 75 | | |
| |||
0 commit comments