ci: use ubuntu-latest

The ubuntu-18.04 environment is deprecated.

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2023-07-28 15:13:50 +02:00
parent 7267a08b68
commit 11aeeb17c3
Signed by: harald
GPG key ID: 900F3C4971086004

View file

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