* Use ubuntu-latest, macos-latest in GitHub Actions for cibuildwheel

* Update deprecated ubuntu-18.04 to ubuntu-latest for docs in GH actions
This commit is contained in:
Graeme Nail 2023-07-31 15:54:42 +01:00 committed by GitHub
parent becb6e2cda
commit cbfa839eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
build-wheels:
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15]
os: [ubuntu-latest, macos-latest]
fail-fast: false
name: "cibuildwheel / ${{ matrix.os }}"
@ -281,7 +281,7 @@ jobs:
${{github.workspace}}/build-wasm/bergamot-translator-worker.wasm
${{github.workspace}}/build-wasm/bergamot-translator-worker.js.bak
upload-wasm:
name: "Upload node package to NPM"
runs-on: ubuntu-latest
@ -383,7 +383,7 @@ jobs:
python3 -m pytype bindings/python
docs:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs: [build-wheels]
steps:
- name: Checkout