From 0dfe1b04663afad76d1c2c804fd0ca56223ba2cb Mon Sep 17 00:00:00 2001 From: Darice Date: Fri, 3 May 2024 16:26:55 -0600 Subject: [PATCH] update ci for mac runner version --- .github/workflows/test_pkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pkg.yml b/.github/workflows/test_pkg.yml index f7758eb..d33a751 100644 --- a/.github/workflows/test_pkg.yml +++ b/.github/workflows/test_pkg.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [ubuntu-latest, windows-latest, macos-12] python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] env: