mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 19:38:06 -04:00
update CI environment to ubuntu-latest
This commit is contained in:
parent
ce75f09c6b
commit
c8c6c4ac8e
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user