Browse Source

⬆️ Upgrade Ubuntu version for docs workflow (#5971)

pull/5972/head
Sebastián Ramírez 2 years ago
committed by GitHub
parent
commit
3e4840f21b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build-docs.yml

4
.github/workflows/build-docs.yml

@ -7,7 +7,7 @@ on:
types: [opened, synchronize] types: [opened, synchronize]
jobs: jobs:
build-docs: build-docs:
runs-on: ubuntu-18.04 runs-on: ubuntu-latest
steps: steps:
- name: Dump GitHub context - name: Dump GitHub context
env: env:
@ -17,7 +17,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.7" python-version: "3.11"
- uses: actions/cache@v3 - uses: actions/cache@v3
id: cache id: cache
with: with:

Loading…
Cancel
Save