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:
parent
20d9256105
commit
264e6d41a7
1 changed files with 1 additions and 1 deletions
2
ghost/portal/.github/workflows/test.yml
vendored
2
ghost/portal/.github/workflows/test.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ '16' ]
|
||||
|
|
Loading…
Add table
Reference in a new issue