From 9b9cbd77b031bca71376470969663bbbd4ccdfe4 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 20 Feb 2024 10:57:31 +1000 Subject: [PATCH 1/2] gha: add macOS 14 to the build https://github.com/actions/runner-images?tab=readme-ov-file#available-images --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0a7024ec..3ae8b3cbf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,8 @@ jobs: - {os: ubuntu-22.04, cc: clang, cxx: clang++} - {os: ubuntu-20.04, cc: gcc, cxx: g++} - {os: ubuntu-20.04, cc: clang, cxx: clang++} - - {os: macos-latest, cc: clang, cxx: clang++} + - {os: macos-14-large, 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 From 6f8ae1cbb38228ae066840db17a181d43d5b471a Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 20 Feb 2024 11:07:47 +1000 Subject: [PATCH 2/2] Update .github/workflows/build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ae8b3cbf..25c73d623 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - {os: ubuntu-22.04, cc: clang, cxx: clang++} - {os: ubuntu-20.04, cc: gcc, cxx: g++} - {os: ubuntu-20.04, cc: clang, cxx: clang++} - - {os: macos-14-large, cc: clang, cxx: clang++} + - {os: macos-14, cc: clang, cxx: clang++} - {os: macos-12, cc: clang, cxx: clang++} - {os: windows-latest, cc: gcc, cxx: g++, altname: "mingw-gcc"} env: