From 03ef33aa3af80ab7591306ff720e407f915c6d76 Mon Sep 17 00:00:00 2001 From: Rikard Nordgren Date: Wed, 4 Dec 2024 14:14:03 +0100 Subject: [PATCH] USe macos13 runner instead of removed macos12 runner --- .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 bb56e53b..bae53a09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,7 +184,7 @@ jobs: test-macos: needs: [build, get-nonmem] - runs-on: macos-12 + runs-on: macos-13 steps: - name: Download installation tarball uses: actions/download-artifact@v4