From a834a4b4aef366d3cb21f12c476523296009889c Mon Sep 17 00:00:00 2001 From: Patrick Lodder Date: Mon, 1 Nov 2021 20:26:55 -0400 Subject: [PATCH] qa: make experimental build on bionic too Sets the linux experimental build to bionic, to be in line with the rest of the CI and not have any unexpected surprises when moving features from experimental to release. This was caused by the bionic downgrade for the CI crossing the introduction of the experimental CI for AVX2. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5aa3011bb..050883658 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: sdk: 10.11 - name: x86_64-linux-experimental host: x86_64-unknown-linux-gnu - os: ubuntu-20.04 + os: ubuntu-18.04 packages: bc python3-zmq run-tests: true dep-opts: "AVX2=1"