Skip to content

Commit

Permalink
bump macos and ubicloud to 4vcpu
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Mar 3, 2024
1 parent e8bb037 commit 4fa6c1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
macos:
runs-on: macos-latest
runs-on: macos-13
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
path: dist

linux:
runs-on: ubicloud
runs-on: ubicloud-standard-4
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: ubicloud
runs-on: ubicloud-standard-4
strategy:
matrix:
python:
Expand Down Expand Up @@ -266,9 +266,9 @@ jobs:
fail-fast: false
matrix:
platform:
- os: ubicloud
- os: ubicloud-standard-4
flags: ''
- os: macos-latest
- os: macos-13
flags: ''
- os: windows-latest
flags: '--features generate-import-lib'
Expand Down

0 comments on commit 4fa6c1c

Please sign in to comment.