Skip to content

Commit f3a0beb

Browse files
ci: downgrade github ubuntu runner to v20.04 (#1168)
1 parent b613cde commit f3a0beb

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/chromatic-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
chromatic-deployment:
2020
name: Chromatic Core
2121
if: github.event.pull_request.draft == false
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-20.04
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4

.github/workflows/chromatic-staking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
chromatic-deployment:
2020
name: Chromatic Staking
2121
if: github.event.pull_request.draft == false
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-20.04
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4

.github/workflows/chromatic-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
chromatic-deployment:
2020
name: Chromatic UI
2121
if: github.event.pull_request.draft == false
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-20.04
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
1919
prepare:
2020
name: Prepare
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-20.04
2222

2323
steps:
2424
- name: Checkout repository
@@ -80,7 +80,7 @@ jobs:
8080

8181
unitTests:
8282
name: Unit tests
83-
runs-on: ubuntu-22.04
83+
runs-on: ubuntu-20.04
8484
needs: prepare
8585

8686
steps:
@@ -144,7 +144,7 @@ jobs:
144144

145145
smokeTests:
146146
name: Smoke tests
147-
runs-on: ubuntu-22.04
147+
runs-on: ubuntu-20.04
148148
needs: prepare
149149

150150
steps:

.github/workflows/e2e-tests-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
publish-reports-linux:
147147
if: always()
148148
needs: run-tests-windows
149-
runs-on: ubuntu-22.04
149+
runs-on: ubuntu-20.04
150150
steps:
151151
- name: Checkout repository
152152
uses: actions/checkout@v4

.github/workflows/sonar-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
sonarcloud:
1616
name: SonarCloud Code Analysis
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-20.04
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:

0 commit comments

Comments
 (0)