Skip to content

Commit f627f0d

Browse files
committed
CCM-7465: change ubuntu version to 22.04 which has TF installed
1 parent ab3edef commit f627f0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ permissions:
4242
jobs:
4343
sandbox-set-up:
4444
name: "Sandbox set up"
45-
runs-on: ubuntu-latest
45+
runs-on: ubuntu-22.04
4646
environment: dev
4747
timeout-minutes: 15
4848
steps:
@@ -66,7 +66,7 @@ jobs:
6666
path: sandbox_tf_outputs.json
6767
test-security:
6868
name: "Security test"
69-
runs-on: ubuntu-latest
69+
runs-on: ubuntu-22.04
7070
needs: [sandbox-set-up]
7171
timeout-minutes: 10
7272
steps:
@@ -80,7 +80,7 @@ jobs:
8080
echo "Nothing to save"
8181
test-accessibility:
8282
name: "Accessibility test"
83-
runs-on: ubuntu-latest
83+
runs-on: ubuntu-22.04
8484
needs: [sandbox-set-up]
8585
environment: dev
8686
env:
@@ -116,7 +116,7 @@ jobs:
116116
path: ".reports/accessibility"
117117
test-ui-component:
118118
name: "UI Component test"
119-
runs-on: ubuntu-latest
119+
runs-on: ubuntu-22.04
120120
needs: [sandbox-set-up]
121121
environment: dev
122122
env:
@@ -157,7 +157,7 @@ jobs:
157157
sandbox-tear-down:
158158
name: "Sandbox tear down"
159159
if: success() || failure()
160-
runs-on: ubuntu-latest
160+
runs-on: ubuntu-22.04
161161
needs: [test-accessibility, test-ui-component]
162162
environment: dev
163163
steps:

0 commit comments

Comments
 (0)