ci: Fix outdated ubuntu version (#8540)
This commit is contained in:
2
.github/workflows/release-manual-docker.yml
vendored
2
.github/workflows/release-manual-docker.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user