From 4c21619346e9081cc34ebe3af4aecf167443ce6f Mon Sep 17 00:00:00 2001 From: Christian Glusa Date: Tue, 24 Dec 2024 18:21:54 -0700 Subject: [PATCH] Use newer macos Signed-off-by: Christian Glusa --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13f9a35..6a3d9cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -155,7 +155,7 @@ jobs: fail-fast: false name: Mac clang Python ${{ matrix.py-version }} - runs-on: macos-12 + runs-on: macos-13 timeout-minutes: 180 env: MPIEXEC_FLAGS: "--allow-run-as-root --oversubscribe"