You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes were proposed in this pull request?
This PR aims to add `MacOS 14` to GitHub Action.
### Why are the changes needed?
As of now, the latest MacOS is `14.3.1`.
```
$ sw_vers
ProductName: macOS
ProductVersion: 14.3.1
BuildVersion: 23D60
```
```
$ g++ --version
Apple clang version 15.0.0 (clang-1500.1.0.2.5)
```
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#1800 from dongjoon-hyun/macos14.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments