From ee92a44db72c442917616bc1e3e46a0a1d07eca8 Mon Sep 17 00:00:00 2001 From: Javier Duarte Date: Wed, 4 Jan 2023 08:28:03 -0800 Subject: [PATCH] fix wheels yaml --- .github/workflows/wheels.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 47aa4897..0e26adad 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -33,19 +33,19 @@ jobs: arch: [auto64] include: - python: 37 - runs-on: ubuntu-latest + os: ubuntu-latest arch: aarch64 - python: 38 - runs-on: ubuntu-latest + os: ubuntu-latest arch: aarch64 - python: 39 - runs-on: ubuntu-latest + os: ubuntu-latest arch: aarch64 - python: 310 - runs-on: ubuntu-latest + os: ubuntu-latest arch: aarch64 - python: 311 - runs-on: ubuntu-latest + os: ubuntu-latest arch: aarch64 steps: