mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove macOS 12 from the build
The macOS 12 runner image will be removed by December 3rd, 2024.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user