From 81c3c149d074569474442a4d233ab21cdd0a686b Mon Sep 17 00:00:00 2001 From: John Lindsay Date: Sun, 19 May 2024 05:50:24 -0400 Subject: [PATCH] Update build-wheels.yml --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 85e9e474..2a373562 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: # os: [ubuntu-latest, windows-latest, macOS-latest, ubuntu-20.04, ] - os: [ubuntu-20.04] #, windows-latest, macos-12, macOS-latest] + os: [ubuntu-22.04] #, windows-latest, macos-12, macOS-latest] python-version: ['3.11'] steps: