From 1634fceb33168d67b7e45adee243df2ef07249a2 Mon Sep 17 00:00:00 2001 From: Andrew Gresyk Date: Sat, 25 May 2024 15:47:47 +0300 Subject: [PATCH] moving to macos-13 --- .github/workflows/cmake.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c378a56..07073ea 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -111,12 +111,27 @@ jobs: VERSION: '15' } - { - OS: macos-14, + OS: macos-13-xlarge, + CC: gcc-11, + CXX: g++-11 + } + - { + OS: macos-13-xlarge, + CC: gcc-12, + CXX: g++-12 + } + - { + OS: macos-13-xlarge, + CC: gcc-13, + CXX: g++-13 + } + - { + OS: macos-13, CC: clang, CXX: clang++ } - { - OS: macos-14-large, + OS: macos-13-xlarge, CC: clang, CXX: clang++ }