From e7af6630111659c186e9510fc46983816dddef05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Wed, 6 Nov 2024 17:08:06 -0500 Subject: [PATCH] ENH: Bump macOS version for notebook build, test GHA action step Bump macOS version to 13 for notebook build, test GHA action step. Left behind in commit 540f185. --- .github/workflows/build-test-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 65fd9bc72..298a71aa4 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -234,7 +234,7 @@ jobs: strategy: max-parallel: 3 matrix: - os: [ubuntu-22.04, windows-2022, macos-12] + os: [ubuntu-22.04, windows-2022, macos-13] steps: - uses: actions/checkout@v3