From 903baddb03dde12a5449bdb6a7ccf4e61dc656fd Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 31 Oct 2024 23:46:36 +1000 Subject: [PATCH] Add macOS 15 to the build macOS 15 (Sequoia) is now available as a public beta in GitHub Actions https://github.com/actions/runner-images/issues/10686 https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cdfe15d61..b1ad88aa2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,8 +20,8 @@ jobs: - {os: ubuntu-24.04, cc: clang, cxx: clang++} - {os: ubuntu-22.04, cc: gcc, cxx: g++} - {os: ubuntu-22.04, cc: clang, cxx: clang++} - - {os: macos-latest, cc: clang, cxx: clang++} - - {os: macos-13, cc: clang, cxx: clang++} + - {os: macos-15, cc: clang, cxx: clang++} + - {os: macos-14, cc: clang, cxx: clang++} - {os: windows-latest, cc: gcc, cxx: g++, altname: "mingw-gcc"} env: MRUBY_CONFIG: ci/gcc-clang