From 97345f74bd8fe85e22db2be741721831172f747b Mon Sep 17 00:00:00 2001 From: Thomas Duvinage <43036801+ThomasDuvinage@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:37:59 +0900 Subject: [PATCH] Change macos version to macos-12 --- .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 60ddb38d78..40cd78dca4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macos-latest, windows-latest] + os: [ubuntu-20.04, macos-12, windows-latest] build-type: [Debug, RelWithDebInfo, script] compiler: [gcc, clang] exclude: