Skip to content

Commit 4b58015

Browse files
authored
Update re_test-integration-azure.yml (boostercloud#1564)
1 parent 33d09d0 commit 4b58015

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/re_test-integration-azure.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,8 @@ on:
3434
jobs:
3535
azure-deploy:
3636
name: Azure Deploy
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-22.04
3838
steps:
39-
- name: Install Terraform
40-
uses: hashicorp/setup-terraform@v2
41-
with:
42-
terraform_version: latest
43-
4439
- name: Checkout
4540
uses: actions/checkout@v4
4641

@@ -65,7 +60,7 @@ jobs:
6560
max-parallel: 1
6661
matrix:
6762
integration-test: [azure-func, azure-end-to-end]
68-
runs-on: ubuntu-latest
63+
runs-on: ubuntu-22.04
6964
steps:
7065
- name: Checkout
7166
uses: actions/checkout@v4
@@ -90,7 +85,7 @@ jobs:
9085
needs: [azure-deploy, azure-integration-tests]
9186
if: always() && needs.azure-deploy.result == 'success'
9287
continue-on-error: true
93-
runs-on: ubuntu-latest
88+
runs-on: ubuntu-22.04
9489
steps:
9590
- name: Checkout
9691
uses: actions/checkout@v4

0 commit comments

Comments
 (0)