From 9a0a275d10664cd99f661628e09f55419042f41c Mon Sep 17 00:00:00 2001 From: cbritopacheco Date: Thu, 9 Jan 2025 11:25:32 +0100 Subject: [PATCH] Switch OS to latest --- .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 cf4ee6ec..59203d9c 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - compiler: [gcc-10, clang-10] + compiler: [gcc-10, clang-11] build_type: ['Release', 'Debug'] multithreaded: ['ON', 'OFF'] fail-fast: false @@ -63,7 +63,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-12, macos-13, macos-latest] + os: [macos-latest] build_type: ['Release', 'Debug'] multithreaded: ['ON', 'OFF'] fail-fast: false