ci: Fix outdated ubuntu version (#8540)

This commit is contained in:
Manuel
2023-05-21 01:52:59 +02:00
committed by GitHub
parent ac90cb8c35
commit c0a9ff89af
3 changed files with 10 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ jobs:
env:
REGISTRY: docker.io
IMAGE_NAME: parseplatform/parse-server
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
@@ -86,7 +86,7 @@ jobs:
docs:
needs: release
if: needs.release.outputs.current_tag != '' && github.ref == 'refs/heads/release'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2