Skip to content

Commit 86e969a

Browse files
committed
Remove macOS 12 from the build
The macOS 12 runner image will be removed by December 3rd, 2024.
1 parent c3be256 commit 86e969a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- {os: ubuntu-20.04, cc: clang, cxx: clang++}
2323
- {os: macos-latest, cc: clang, cxx: clang++}
2424
- {os: macos-13, cc: clang, cxx: clang++}
25-
- {os: macos-12, cc: clang, cxx: clang++}
2625
- {os: windows-latest, cc: gcc, cxx: g++, altname: "mingw-gcc"}
2726
env:
2827
MRUBY_CONFIG: ci/gcc-clang

0 commit comments

Comments
 (0)