diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 57823c2..b43a87b 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -17,7 +17,7 @@ jobs: # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. matrix: - os: [ubuntu-latest, windows-latest, macos-13, macos-latest] + os: [ubuntu-latest, windows-latest, macos-15-intel, macos-latest] build_type: [Release] cpp_compiler: [g++, clang++, cl] include: @@ -30,7 +30,7 @@ jobs: - os: ubuntu-latest c_compiler: clang cpp_compiler: clang++ - - os: macos-13 + - os: macos-15-intel c_compiler: clang cpp_compiler: clang++ - os: macos-latest @@ -43,9 +43,9 @@ jobs: cpp_compiler: clang++ - os: ubuntu-latest cpp_compiler: cl - - os: macos-13 + - os: macos-15-intel cpp_compiler: cl - - os: macos-13 + - os: macos-15-intel cpp_compiler: g++ - os: macos-latest cpp_compiler: cl diff --git a/.github/workflows/meson-multi-platform.yml b/.github/workflows/meson-multi-platform.yml index 72a3c16..b395db5 100644 --- a/.github/workflows/meson-multi-platform.yml +++ b/.github/workflows/meson-multi-platform.yml @@ -17,7 +17,7 @@ jobs: # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. matrix: - os: [ubuntu-latest, windows-latest, macos-13, macos-latest] + os: [ubuntu-latest, windows-latest, macos-15-intel, macos-latest] build_type: [Release] cpp_compiler: [g++, clang++, cl] meson_version: ["1.2.0"] @@ -31,7 +31,7 @@ jobs: - os: ubuntu-latest c_compiler: clang cpp_compiler: clang++ - - os: macos-13 + - os: macos-15-intel c_compiler: clang cpp_compiler: clang++ - os: macos-latest @@ -44,9 +44,9 @@ jobs: cpp_compiler: clang++ - os: ubuntu-latest cpp_compiler: cl - - os: macos-13 + - os: macos-15-intel cpp_compiler: cl - - os: macos-13 + - os: macos-15-intel cpp_compiler: g++ - os: macos-latest cpp_compiler: cl