Try a buildjet-16vcpu-ubuntu-2204 runner

This commit is contained in:
Simon Willison 2023-01-12 15:54:09 -08:00 committed by GitHub
commit 1806da14d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
numpy: [0, 1]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [buildjet-16vcpu-ubuntu-2204, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}