Skip to content

Commit

Permalink
ci: hardcode ubuntu workflow image to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
vandot committed Dec 7, 2022
1 parent 0fcdcb9 commit d6bde4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/beekeeper.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d6bde4c

Please sign in to comment.