From b45ef98ac732e4bebbc5ec5b0deb0ed8b0078c85 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Thu, 28 Sep 2023 22:19:37 +0200 Subject: [PATCH] fixed ubuntu runner Signed-off-by: Nick Papior --- .github/workflows/wheels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 705fd61235..47f10a50a4 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -31,7 +31,7 @@ jobs: # If one of the jobs fails, continue with the others. fail-fast: false matrix: - os: [macos-latest] # ubuntu-latest] + os: [macos-latest, ubuntu-latest] steps: - uses: actions/checkout@v4