Use ubuntu-latest in document workflow

This commit is contained in:
Héctor Ramón Jiménez 2025-04-08 22:15:19 +02:00
parent a6bcf69ea0
commit c77c4aadd1
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -2,7 +2,7 @@ name: Document
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
all: all:
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
steps: steps: