Try going back to the latest ubuntu version

This commit is contained in:
Sam Tebbs 2021-05-05 21:32:30 +01:00
parent 86ac4a43a7
commit 389588c285

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-18.04 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
build_mode: ["", -Drelease-fast, -Drelease-safe, -Drelease-small] build_mode: ["", -Drelease-fast, -Drelease-safe, -Drelease-small]