ci: Fix auto-release outdated ubuntu version (#8524)

This commit is contained in:
Manuel
2023-05-01 23:16:57 +02:00
committed by GitHub
parent 2f53c80298
commit 2e4119e23d
2 changed files with 3 additions and 3 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