From 46797c84373f3d77c12e8ba49b040e10105aa32b Mon Sep 17 00:00:00 2001 From: Wim Haeck Date: Wed, 16 Oct 2024 12:25: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 4430ebcf..b0ffcfe0 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -18,7 +18,7 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: [ ubuntu-22.04, macos-12 ] + os: [ ubuntu-22.04, macos-13 ] build_type: [ Debug, Release ] vFortran: [ gfortran-12 ]