File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 25
25
- name : Setup python
26
26
uses : actions/setup-python@v4
27
27
with :
28
- python-version : 3.7
28
+ python-version : 3.8
29
29
- name : Install prerequisites
30
30
run : python scripts/gha/install_prereqs_desktop.py
31
31
- name : log clang format version
57
57
- name : Setup python
58
58
uses : actions/setup-python@v4
59
59
with :
60
- python-version : 3.7
60
+ python-version : 3.8
61
61
- name : Install prerequisites
62
62
run : |
63
63
python scripts/gha/install_prereqs_desktop.py
Original file line number Diff line number Diff line change 31
31
if : steps.check.outputs.has-permission != 1 || github.event.pull_request.head.repo.full_name != github.repository
32
32
uses : actions/setup-python@v4
33
33
with :
34
- python-version : 3.7
34
+ python-version : 3.8
35
35
- name : Install prerequisites
36
36
if : steps.check.outputs.has-permission != 1 || github.event.pull_request.head.repo.full_name != github.repository
37
37
run : pip install -r scripts/gha/python_requirements.txt
Original file line number Diff line number Diff line change 97
97
- name : Setup python
98
98
uses : actions/setup-python@v4
99
99
with :
100
- python-version : 3.7
100
+ python-version : 3.8
101
101
102
102
- name : Fetch and build binutils
103
103
run : |
@@ -207,7 +207,7 @@ jobs:
207
207
- name : Setup python
208
208
uses : actions/setup-python@v4
209
209
with :
210
- python-version : 3.7
210
+ python-version : 3.8
211
211
212
212
- name : install prerequisites
213
213
run : sdk-src/build_scripts/ios/install_prereqs.sh
@@ -310,7 +310,7 @@ jobs:
310
310
architecture : ["x64", "x86", "arm64"]
311
311
msvc_runtime : ["static", "dynamic"]
312
312
linux_abi : ["legacy", "c++11"]
313
- python_version : [3.7 ]
313
+ python_version : [3.8 ]
314
314
include :
315
315
- os : windows-latest
316
316
vcpkg_triplet_suffix : " windows-static"
@@ -518,7 +518,7 @@ jobs:
518
518
- name : Setup python
519
519
uses : actions/setup-python@v4
520
520
with :
521
- python-version : 3.7
521
+ python-version : 3.8
522
522
523
523
- name : Install prerequisites
524
524
run : |
@@ -837,7 +837,7 @@ jobs:
837
837
- name : Setup python
838
838
uses : actions/setup-python@v4
839
839
with :
840
- python-version : ' 3.7 '
840
+ python-version : ' 3.8 '
841
841
- name : Use expanded matrix
842
842
if : github.event_name == 'schedule' || github.event.inputs.use_expanded_matrix == '1'
843
843
run : |
Original file line number Diff line number Diff line change @@ -1042,7 +1042,7 @@ jobs:
1042
1042
--ci
1043
1043
- id : ftl_test
1044
1044
if : steps.device-info.outputs.device_type == 'ftl'
1045
- uses : FirebaseExtended/github-actions/firebase-test-lab@v1.3
1045
+ uses : FirebaseExtended/github-actions/firebase-test-lab@v1.4
1046
1046
timeout-minutes : 90
1047
1047
with :
1048
1048
credentials_json : ${{ secrets.FIREBASE_SERVICE_ACCOUNT_CREDENTIALS }}
@@ -1193,7 +1193,7 @@ jobs:
1193
1193
--ci
1194
1194
- id : ftl_test
1195
1195
if : steps.device-info.outputs.device_type == 'ftl'
1196
- uses : FirebaseExtended/github-actions/firebase-test-lab@v1.3
1196
+ uses : FirebaseExtended/github-actions/firebase-test-lab@v1.4
1197
1197
timeout-minutes : 90
1198
1198
with :
1199
1199
credentials_json : ${{ secrets.FIREBASE_SERVICE_ACCOUNT_CREDENTIALS }}
Original file line number Diff line number Diff line change 62
62
- name : Setup python
63
63
uses : actions/setup-python@v4
64
64
with :
65
- python-version : 3.7
65
+ python-version : 3.8
66
66
architecture : " x64"
67
67
68
68
- name : Install prerequisites
Original file line number Diff line number Diff line change 25
25
- name : Setup python
26
26
uses : actions/setup-python@v4
27
27
with :
28
- python-version : 3.7
28
+ python-version : 3.8
29
29
- name : Install prerequisites
30
30
run : |
31
31
cd firebase
Original file line number Diff line number Diff line change 23
23
- name : Setup python
24
24
uses : actions/setup-python@v4
25
25
with :
26
- python-version : 3.7
26
+ python-version : 3.8
27
27
28
28
- uses : actions/checkout@v3
29
29
with :
Original file line number Diff line number Diff line change 37
37
- name : Setup python
38
38
uses : actions/setup-python@v4
39
39
with :
40
- python-version : 3.7
40
+ python-version : 3.8
41
41
42
42
- name : Check out base branch
43
43
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 74
74
- name : Setup python
75
75
uses : actions/setup-python@v4
76
76
with :
77
- python-version : 3.7
77
+ python-version : 3.8
78
78
79
79
- uses : actions/checkout@v3
80
80
with :
You can’t perform that action at this time.
0 commit comments