Skip to content

Commit 66e1864

Browse files
Merge pull request #1592 from input-output-hk/chore/update-ubuntu-runner
ci: update ubuntu action runner image to 22.04
2 parents a6c65fa + 13305ee commit 66e1864

8 files changed

+9
-9
lines changed

.github/workflows/continuous-integration-blockfrost-e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
build_and_test:
4343
strategy:
4444
matrix:
45-
os: [ubuntu-20.04]
45+
os: [ubuntu-22.04]
4646
runs-on: ${{ matrix.os }}
4747
steps:
4848
- name: 📥 Checkout repository

.github/workflows/continuous-integration-e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
build_and_test:
4343
strategy:
4444
matrix:
45-
os: [ubuntu-20.04]
45+
os: [ubuntu-22.04]
4646
runs-on: ${{ matrix.os }}
4747
steps:
4848
- name: 📥 Checkout repository

.github/workflows/continuous-integration-side-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build_and_test:
1515
strategy:
1616
matrix:
17-
os: [ubuntu-20.04]
17+
os: [ubuntu-22.04]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: 📥 Checkout repository

.github/workflows/continuous-integration-unit-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build_and_test:
1515
strategy:
1616
matrix:
17-
os: [ubuntu-20.04]
17+
os: [ubuntu-22.04]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: 📥 Checkout repository

.github/workflows/git-checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44

55
jobs:
66
block-fixup:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88

99
steps:
1010
- uses: actions/checkout@v3

.github/workflows/post_integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy-docs:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: 📥 Checkout repository
1313
uses: actions/[email protected]
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: 🔨 Build Docs
2121
env:
22-
NODE_OPTIONS: "--max-old-space-size=10240"
22+
NODE_OPTIONS: '--max-old-space-size=10240'
2323
run: |
2424
yarn install --immutable --inline-builds
2525
yarn build

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
publish:
88
strategy:
99
matrix:
10-
os: [ubuntu-20.04]
10+
os: [ubuntu-22.04]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- name: 📥 Checkout repository

.github/workflows/test-deploy-e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
build_and_test:
4343
strategy:
4444
matrix:
45-
os: [ubuntu-20.04]
45+
os: [ubuntu-22.04]
4646
runs-on: ${{ matrix.os }}
4747
steps:
4848
- name: 📥 Checkout repository

0 commit comments

Comments
 (0)