From 3129c9a73c8ef0388dd70b5d90a0368db18f5627 Mon Sep 17 00:00:00 2001 From: Paul Adkisson Date: Sat, 14 Sep 2024 03:40:17 +1000 Subject: [PATCH] add macos-latest to testing matrix --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1d0fb9429..2cccd0600 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] - os: [ubuntu-latest, macos-13, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest, macos-13] # macos-13 is the latest version of macOS with Intel chip steps: - uses: actions/checkout@v4 - run: git fetch --prune --unshallow --tags