From 0aa87851d54bf2c890605901808d23b9310110ed Mon Sep 17 00:00:00 2001 From: Garrett Wright Date: Mon, 17 Jun 2024 09:44:24 -0400 Subject: [PATCH] bump stable osx runner image from 11->13 --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2d6db2c24c..64dfa54961 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -64,7 +64,7 @@ jobs: shell: bash -el {0} strategy: matrix: - os: [ubuntu-latest, ubuntu-20.04, macOS-latest, macOS-11] + os: [ubuntu-latest, ubuntu-20.04, macOS-latest, macOS-13] backend: [default, openblas] python-version: ['3.8'] include: