Skip to content

Commit

Permalink
ci: downgrade github runner ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
pczeglik-iohk committed May 20, 2024
1 parent b613cde commit ddee537
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
chromatic-deployment:
name: Chromatic Core
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chromatic-staking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
chromatic-deployment:
name: Chromatic Staking
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chromatic-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
chromatic-deployment:
name: Chromatic UI
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
jobs:
prepare:
name: Prepare
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04

steps:
- name: Checkout repository
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

unitTests:
name: Unit tests
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
needs: prepare

steps:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:

smokeTests:
name: Smoke tests
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
needs: prepare

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
publish-reports-linux:
if: always()
needs: run-tests-windows
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
sonarcloud:
name: SonarCloud Code Analysis
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ddee537

Please sign in to comment.