From 96b2a7a1554fb69db509b0e914428338ec89002f Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Fri, 19 Jul 2024 00:52:30 +0200 Subject: [PATCH] Let's run it on mac --- .github/workflows/python-wheel-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-wheel-build.yml b/.github/workflows/python-wheel-build.yml index 15e1a6757..30e18a3b3 100644 --- a/.github/workflows/python-wheel-build.yml +++ b/.github/workflows/python-wheel-build.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: # os: [ubuntu-20.04, windows-2022, macos-13] - os: [ubuntu-20.04] + os: [ubuntu-20.04, macos-13] steps: - uses: actions/checkout@v3