From 3f52aa5300c78d53f6c2f4fc2a620c470690f103 Mon Sep 17 00:00:00 2001 From: Rikard Nordgren Date: Wed, 4 Sep 2024 08:38:48 +0200 Subject: [PATCH] Updgrade to macos-12 for gha --- .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 45ec6ca1..4ae63a9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,7 +181,7 @@ jobs: test-macos: needs: [build, get-nonmem] - runs-on: macos-11 + runs-on: macos-12 steps: - name: Download installation tarball uses: actions/download-artifact@v2