Remove macOS 12 from the build

The macOS 12 runner image will be removed by December 3rd, 2024.
This commit is contained in:
John Bampton
2024-10-19 00:16:37 +10:00
parent c3be2568ea
commit 86e969a406
-1
View File
@@ -22,7 +22,6 @@ jobs:
- {os: ubuntu-20.04, cc: clang, cxx: clang++}
- {os: macos-latest, cc: clang, cxx: clang++}
- {os: macos-13, cc: clang, cxx: clang++}
- {os: macos-12, cc: clang, cxx: clang++}
- {os: windows-latest, cc: gcc, cxx: g++, altname: "mingw-gcc"}
env:
MRUBY_CONFIG: ci/gcc-clang