From e7ff05add5325cc176e95932aa99e49930a319fc Mon Sep 17 00:00:00 2001 From: Wim Haeck Date: Wed, 16 Oct 2024 12:15:30 -0600 Subject: [PATCH] Upgrading macos to macos-13 --- .github/workflows/ContinuousIntegration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ContinuousIntegration.yml b/.github/workflows/ContinuousIntegration.yml index c5e9c72..b3d2b21 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: [ ubuntu-22.04, macos-12 ] + os: [ ubuntu-22.04, macos-13 ] cxx: [ clang++, g++-12 ] build_type: [ Debug, Release ]