Try to correct build error by changing distro used

This commit is contained in:
InfRandomness 2021-04-27 18:07:11 +00:00 committed by Sam Tebbs
parent 6b4d313f9b
commit 3e70d31001

View file

@ -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]