File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 39
39
jobs :
40
40
41
41
windows :
42
- runs-on : windows-latest
42
+ runs-on : windows-2022
43
43
permissions :
44
44
id-token : write # This is required for requesting the JWT
45
45
steps :
85
85
python ./deviceadvisor/script/DATestRun.py
86
86
87
87
osx :
88
- runs-on : macos-latest
88
+ runs-on : macos-13
89
89
permissions :
90
90
id-token : write # This is required for requesting the JWT
91
91
steps :
@@ -139,7 +139,7 @@ jobs:
139
139
python3 ./deviceadvisor/script/DATestRun.py
140
140
141
141
linux :
142
- runs-on : ubuntu-20 .04 # latest
142
+ runs-on : ubuntu-22 .04 # latest
143
143
permissions :
144
144
id-token : write # This is required for requesting the JWT
145
145
steps :
@@ -187,7 +187,7 @@ jobs:
187
187
188
188
# Runs the samples and ensures that everything is working
189
189
linux-smoke-tests :
190
- runs-on : ubuntu-latest
190
+ runs-on : ubuntu-22.04
191
191
permissions :
192
192
id-token : write # This is required for requesting the JWT
193
193
steps :
@@ -393,7 +393,7 @@ jobs:
393
393
394
394
# check that docs can still build
395
395
check-docs :
396
- runs-on : ubuntu-20 .04 # latest
396
+ runs-on : ubuntu-22 .04 # latest
397
397
steps :
398
398
- uses : actions/checkout@v2
399
399
with :
@@ -405,7 +405,7 @@ jobs:
405
405
./make-docs.py
406
406
407
407
check-codegen-edits :
408
- runs-on : ubuntu-20 .04 # latest
408
+ runs-on : ubuntu-22 .04 # latest
409
409
steps :
410
410
- uses : actions/checkout@v2
411
411
with :
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def _load_version():
40
40
"Operating System :: OS Independent" ,
41
41
],
42
42
install_requires = [
43
- 'awscrt==0.20.9 ' ,
43
+ 'awscrt==0.20.10 ' ,
44
44
],
45
45
python_requires = '>=3.7' ,
46
46
)
You can’t perform that action at this time.
0 commit comments