From 77bd83f1909c4fa4ecb275047a7aee7052788af0 Mon Sep 17 00:00:00 2001 From: jacobkahn Date: Sun, 25 Feb 2024 12:52:59 -0500 Subject: [PATCH] Add back additional runners --- .github/workflows/wheels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 03dc9a9f..8fba1737 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -8,8 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # os: [ubuntu-20.04, windows-2022, macOS-12] - os: [windows-2022] + os: [ubuntu-20.04, windows-2022, macOS-12] if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'pull_request' steps: - uses: actions/checkout@v3