From b5be2e4154baff56d3973385c72f4422c915ba32 Mon Sep 17 00:00:00 2001 From: Martin Larralde <martin.larralde@embl.de> Date: Thu, 25 Apr 2024 13:15:03 +0200 Subject: [PATCH] Update `test.yml` Actions workflow to use `macos-12` runner image --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cfeee80b..8762e84d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -111,7 +111,7 @@ jobs: test_osx_x86: name: Test (OSX) - runs-on: macos-latest + runs-on: macos-12 env: OS: OSX _PYTHON_HOST_PLATFORM: macosx-10.9-x86_64 -- GitLab