Use latest ubuntu runner

This commit is contained in:
ViViDboarder 2023-07-11 13:54:09 -07:00
parent 416a1194c6
commit e1cf969048
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
- main
jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: TryGhost/action-deploy-theme@v1.4.0