Commit 4b58015 1 parent 33d09d0 commit 4b58015 Copy full SHA for 4b58015
File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 34
34
jobs :
35
35
azure-deploy :
36
36
name : Azure Deploy
37
- runs-on : ubuntu-latest
37
+ runs-on : ubuntu-22.04
38
38
steps :
39
- - name : Install Terraform
40
- uses : hashicorp/setup-terraform@v2
41
- with :
42
- terraform_version : latest
43
-
44
39
- name : Checkout
45
40
uses : actions/checkout@v4
46
41
65
60
max-parallel : 1
66
61
matrix :
67
62
integration-test : [azure-func, azure-end-to-end]
68
- runs-on : ubuntu-latest
63
+ runs-on : ubuntu-22.04
69
64
steps :
70
65
- name : Checkout
71
66
uses : actions/checkout@v4
90
85
needs : [azure-deploy, azure-integration-tests]
91
86
if : always() && needs.azure-deploy.result == 'success'
92
87
continue-on-error : true
93
- runs-on : ubuntu-latest
88
+ runs-on : ubuntu-22.04
94
89
steps :
95
90
- name : Checkout
96
91
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments