0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Updated CI Ubuntu version to latest

- 18.04 is deprecated and getting phased out so we should switch to the latest version
This commit is contained in:
Daniel Lockyer 2022-10-05 10:58:24 +07:00 committed by GitHub
parent 20d9256105
commit 264e6d41a7

View file

@ -7,7 +7,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-18.04 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node: [ '16' ] node: [ '16' ]