OK maybe we can't go back to ubuntu-latest
This commit is contained in:
parent
389588c285
commit
3fd98aca82
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:
|
||||
test:
|
||||
name: Build mode ${{ matrix.build_mode }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
build_mode: ["", -Drelease-fast, -Drelease-safe, -Drelease-small]
|
||||
|
|
Loading…
Reference in a new issue