File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3939jobs :
4040
4141 windows :
42- runs-on : windows-latest
42+ runs-on : windows-2022
4343 permissions :
4444 id-token : write # This is required for requesting the JWT
4545 steps :
8585 python ./deviceadvisor/script/DATestRun.py
8686
8787 osx :
88- runs-on : macos-latest
88+ runs-on : macos-13
8989 permissions :
9090 id-token : write # This is required for requesting the JWT
9191 steps :
@@ -139,7 +139,7 @@ jobs:
139139 python3 ./deviceadvisor/script/DATestRun.py
140140
141141 linux :
142- runs-on : ubuntu-20 .04 # latest
142+ runs-on : ubuntu-22 .04 # latest
143143 permissions :
144144 id-token : write # This is required for requesting the JWT
145145 steps :
@@ -187,7 +187,7 @@ jobs:
187187
188188 # Runs the samples and ensures that everything is working
189189 linux-smoke-tests :
190- runs-on : ubuntu-latest
190+ runs-on : ubuntu-22.04
191191 permissions :
192192 id-token : write # This is required for requesting the JWT
193193 steps :
@@ -393,7 +393,7 @@ jobs:
393393
394394 # check that docs can still build
395395 check-docs :
396- runs-on : ubuntu-20 .04 # latest
396+ runs-on : ubuntu-22 .04 # latest
397397 steps :
398398 - uses : actions/checkout@v2
399399 with :
@@ -405,7 +405,7 @@ jobs:
405405 ./make-docs.py
406406
407407 check-codegen-edits :
408- runs-on : ubuntu-20 .04 # latest
408+ runs-on : ubuntu-22 .04 # latest
409409 steps :
410410 - uses : actions/checkout@v2
411411 with :
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def _load_version():
4040 "Operating System :: OS Independent" ,
4141 ],
4242 install_requires = [
43- 'awscrt==0.20.9 ' ,
43+ 'awscrt==0.20.10 ' ,
4444 ],
4545 python_requires = '>=3.7' ,
4646)
You can’t perform that action at this time.
0 commit comments