From 67ad4edae4b91b13e53804452f2d5ab959f954e5 Mon Sep 17 00:00:00 2001 From: Tom Vander Aa Date: Thu, 6 Jun 2024 16:07:56 +0200 Subject: [PATCH] ci: enable macOS wheels --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 63ecd2ff..aeb49dec 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, macos-14] # os: [ubuntu-latest, windows-latest, macos-13, macos-14] steps: