From e8bb0372e67461b7516916a3a92d75f117b917aa Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Sun, 3 Mar 2024 08:40:58 +0100 Subject: [PATCH] Try out ubicloud runners --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 41c86db8..260ade7b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -133,7 +133,7 @@ jobs: path: dist linux: - runs-on: ubuntu-latest + runs-on: ubicloud strategy: matrix: python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] @@ -189,7 +189,7 @@ jobs: path: dist linux-cross: - runs-on: ubuntu-latest + runs-on: ubicloud strategy: matrix: python: @@ -266,7 +266,7 @@ jobs: fail-fast: false matrix: platform: - - os: ubuntu-latest + - os: ubicloud flags: '' - os: macos-latest flags: ''