update CI environment to ubuntu-latest

This commit is contained in:
Fabian Greffrath 2021-08-05 13:24:10 +02:00 committed by GitHub
parent ce75f09c6b
commit c8c6c4ac8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
@ -26,7 +26,7 @@ jobs:
run: $GITHUB_WORKSPACE/.travis.sh
cppcheck:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Install dependencies