From 3c924431595d156e9dc3d5aeefef291349e2e74e Mon Sep 17 00:00:00 2001 From: Toby Davis Date: Thu, 9 Nov 2023 16:18:07 +0000 Subject: [PATCH] Test things --- .github/workflows/wheels.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 02a8a911..a0079623 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -29,31 +29,31 @@ jobs: platformID: win_amd64 pythonType: "cp" - - os: windows-latest + - os: macos-latest pythonVersion: 38 bitness: 64 platformID: win_amd64 pythonType: "cp" - - os: windows-latest + - os: macos-latest pythonVersion: 39 bitness: 64 platformID: win_amd64 pythonType: "cp" - - os: windows-latest + - os: macos-latest pythonVersion: 310 bitness: 64 platformID: win_amd64 pythonType: "cp" - - os: windows-latest + - os: macos-latest pythonVersion: 311 bitness: 64 platformID: win_amd64 pythonType: "cp" - - os: windows-latest + - os: macos-latest pythonVersion: 312 bitness: 64 platformID: win_amd64 @@ -110,42 +110,42 @@ jobs: pythonType: "pp" # Linux 64 bit manylinux2014 - - os: ubuntu-latest + - os: macos-latest pythonVersion: 37 bitness: 64 platformID: manylinux_x86_64 manylinux_image: manylinux2014 pythonType: "cp" - - os: ubuntu-latest + - os: macos-latest pythonVersion: 38 bitness: 64 platformID: manylinux_x86_64 manylinux_image: manylinux2014 pythonType: "cp" - - os: ubuntu-latest + - os: macos-latest pythonVersion: 39 bitness: 64 platformID: manylinux_x86_64 manylinux_image: manylinux2014 pythonType: "cp" - - os: ubuntu-latest + - os: macos-latest pythonVersion: 310 bitness: 64 platformID: manylinux_x86_64 manylinux_image: manylinux2014 pythonType: "cp" - - os: ubuntu-latest + - os: macos-latest pythonVersion: 311 bitness: 64 platformID: manylinux_x86_64 manylinux_image: manylinux2014 pythonType: "cp" - - os: ubuntu-latest + - os: macos-latest pythonVersion: 312 bitness: 64 platformID: manylinux_x86_64 @@ -153,28 +153,28 @@ jobs: pythonType: "cp" # Linux PyPy 64 bit manylinux2014 - - os: ubuntu-latest + - os: macos-latest pythonVersion: 37 bitness: 64 platformID: manylinux_x86_64 manylinux_image: manylinux2014 pythonType: "pp" - - os: ubuntu-latest + - os: macos-latest pythonVersion: 38 bitness: 64 platformID: manylinux_x86_64 manylinux_image: manylinux2014 pythonType: "pp" - - os: ubuntu-latest + - os: macos-latest pythonVersion: 39 bitness: 64 platformID: manylinux_x86_64 manylinux_image: manylinux2014 pythonType: "pp" - - os: ubuntu-latest + - os: macos-latest pythonVersion: 310 bitness: 64 platformID: manylinux_x86_64