Try to correct build error by changing distro used
This commit is contained in:
parent
6b4d313f9b
commit
3e70d31001
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Build mode ${{ matrix.build_mode }}
|
name: Build mode ${{ matrix.build_mode }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
build_mode: ["", -Drelease-fast, -Drelease-safe, -Drelease-small]
|
build_mode: ["", -Drelease-fast, -Drelease-safe, -Drelease-small]
|
||||||
|
|
Loading…
Reference in a new issue