From eea4dbbf78bb3777df56d3ac70f5b3d11b3270a4 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 11 Jan 2024 07:45:14 +0100 Subject: [PATCH] yet another attempt to fix CI --- .github/workflows/build-majestic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 0eabfa6b4..9aadc0a6c 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -9,7 +9,7 @@ jobs: linux-runtime: name: Runtime (Linux) - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3