From 29af81defb0dfa1e691aa237daf533cd4788176a Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Sun, 6 Oct 2024 21:06:03 +0100 Subject: [PATCH] OK - try macOS latest. --- .github/workflows/wheels-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels-macos.yml b/.github/workflows/wheels-macos.yml index 13229df..245e85a 100644 --- a/.github/workflows/wheels-macos.yml +++ b/.github/workflows/wheels-macos.yml @@ -16,7 +16,7 @@ env: jobs: build: name: ${{ matrix.python }} ${{ matrix.platform }} - runs-on: "macos-13" + runs-on: "macos-latest" strategy: fail-fast: false matrix: