Remove macOS 12 from CI, and add macOS 15. (#18797)
Austin S. Hemmelgarn committed
Oct 17, 2024 at 08:07 UTC
3ef0995440e0aa3cf06e1495bbaa8a04fd92fc4e
1 file changed
+2
-2
.github/workflows/build.yml
+2
-2
@@ -1042,12 +1042,12 @@ jobs:
1042
max-parallel: 8
1043
matrix:
1044
include:
1045
- - name: macos-12
1046
- runner: macos-12
1045
- name: macos-13
1046
runner: macos-13
1047
- name: macos-14-M1
1048
runner: macos-14
1049
+ - name: macos-15-M1
1050
+ runner: macos-15
1051
steps:
1052
- name: Skip Check
1053
id: skip