From 17bb10f4b1abd2933688af367c21f5f1608b1a78 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Wed, 10 Jan 2024 16:39:40 -0800 Subject: [PATCH] ubuntu Signed-off-by: Cary Phillips --- .github/workflows/python-wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index 6c98b73a1..db80aabdb 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -39,7 +39,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, windows-latest, macOS-latest] +### os: [ubuntu-22.04, windows-latest, macOS-latest] + os: [ubuntu-22.04] steps: - name: Checkout