From d6bde4c1a1c5a8d61cad0a5ed8f7e069248263be Mon Sep 17 00:00:00 2001 From: Ivan Vandot Date: Wed, 7 Dec 2022 20:53:27 +0100 Subject: [PATCH] ci: hardcode ubuntu workflow image to 20.04 --- .github/workflows/beekeeper.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index 355ebe6ca10..bf94a829870 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -27,7 +27,7 @@ env: jobs: init: name: Init - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 outputs: msg: ${{ steps.commit.outputs.msg }} steps: @@ -89,7 +89,7 @@ jobs: retention-days: 5 beekeeper: name: Integration tests - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 needs: [init] steps: - name: Cache @@ -192,7 +192,7 @@ jobs: path: dump/ beekeeper-clef: name: Integration tests (clef enabled) - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 needs: [init] steps: - name: Cache @@ -257,7 +257,7 @@ jobs: beekeeper-si: name: Integration tests (storage incentives) needs: [init] - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Cache uses: actions/cache@v3 @@ -320,7 +320,7 @@ jobs: env: TIMEOUT: 10m needs: [beekeeper, beekeeper-si, beekeeper-clef] - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: "Download Artifact" uses: actions/download-artifact@v3