Skip to content

Commit

Permalink
Try out ubicloud runners
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Mar 3, 2024
1 parent 1be6d13 commit e8bb037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
path: dist

linux-cross:
runs-on: ubuntu-latest
runs-on: ubicloud
strategy:
matrix:
python:
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
fail-fast: false
matrix:
platform:
- os: ubuntu-latest
- os: ubicloud
flags: ''
- os: macos-latest
flags: ''
Expand Down

0 comments on commit e8bb037

Please sign in to comment.