From dd313289f1ebcbaa4c67c345b69b51730b7b1e27 Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Sat, 18 May 2024 16:27:34 -0500 Subject: [PATCH] Use macOS 13 to run our tests on CI (#560) --- .github/workflows/test-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-mac.yml b/.github/workflows/test-mac.yml index 1021ccf0..79df9b29 100644 --- a/.github/workflows/test-mac.yml +++ b/.github/workflows/test-mac.yml @@ -16,7 +16,7 @@ concurrency: jobs: build: name: Mac Py${{ matrix.PYTHON_VERSION }} - runs-on: macos-latest + runs-on: macos-13 env: CI: 'true' OS: 'macos'