From 853a55a9e9c65c652baf08f7c08ce5de4a0c33af Mon Sep 17 00:00:00 2001 From: memento Date: Tue, 26 Dec 2023 15:10:36 -0600 Subject: [PATCH] (ref) update workflow to python 3.12. cibuildwheel fails due to urllib3/ssl. upgrade to ubuntu-22.04? --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 715a13205..c7a66ee85 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: name: Build Linux wheels needs: - test - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3