Run on newer ubuntu

This commit is contained in:
Tab Atkins Jr 2023-05-24 09:37:51 -07:00 committed by GitHub
parent 8bfe538a3b
commit 51a9feda61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with: