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