From df1678a0c3d7b6bdb80f97b3b6e8a78bb757684c Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Sat, 18 May 2024 16:21:10 -0500 Subject: [PATCH] Use macOS 13 to run our tests on CI --- .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'