From 306874858b11d28d5a590b48d3e84747846ed7d0 Mon Sep 17 00:00:00 2001 From: Milan Skocic Date: Sat, 7 Dec 2024 10:32:41 +0100 Subject: [PATCH] Switch to macos13 for CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39174af..386918a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: make macos: - runs-on: macos-12 + runs-on: macos-13 steps: - name: Gfortran run: |