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

@@ -14,7 +14,7 @@ env:
IMAGE_NAME: parseplatform/parse-server
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
permissions:
contents: read
packages: write