From 97c9c8585c9255c16edf0f55a80d205aa91a4498 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Thu, 26 Sep 2024 16:15:29 -0600 Subject: [PATCH] ci: update macos version (#127) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5989509..8fda55f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, windows-2019, macos-11] + os: [ubuntu-20.04, windows-2019, macos-12] # across all operating systems python-version: ["3.8", "3.12"] include: