OK maybe we can't go back to ubuntu-latest

This commit is contained in:
Sam Tebbs 2021-05-05 21:35:19 +01:00
parent 389588c285
commit 3fd98aca82

View file

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