From 16bee7a70b2a3a0a4363c9fc1ffdcf7b6dba7394 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Fri, 1 May 2026 10:05:29 +0200 Subject: [PATCH] Add macOS test --- .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 91cf0d5..c78d852 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: matrix: include: - python-version: "3.12" - os: ubuntu-latest + os: macos-latest - python-version: "3.13" os: windows-latest - python-version: "3.14"