ci: use ubuntu-latest (#12)

The ubuntu-18.04 environment is deprecated.
This commit is contained in:
Harald Hoyer 2023-07-28 15:15:21 +02:00 committed by GitHub
commit 5ddc595e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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