mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -26,7 +26,7 @@ jobs:
|
|||||||
run: $GITHUB_WORKSPACE/.travis.sh
|
run: $GITHUB_WORKSPACE/.travis.sh
|
||||||
|
|
||||||
cppcheck:
|
cppcheck:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user