From 3e70d3100174742fa7d8d92dedda0dd2230c4fe2 Mon Sep 17 00:00:00 2001 From: InfRandomness <43730933+InfRandomness@users.noreply.github.com> Date: Tue, 27 Apr 2021 18:07:11 +0000 Subject: [PATCH] Try to correct build error by changing distro used --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a04ee58..e03f712 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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]