Skip to content

Commit b0fe2c1

Browse files
bretambroseBret Ambrose
and
Bret Ambrose
authored
Bump CRT version (#579)
* Bump CRT version * Move away from latest images because they bump versions of critical packages that can break us --------- Co-authored-by: Bret Ambrose <[email protected]>
1 parent 83c323b commit b0fe2c1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ env:
3939
jobs:
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:
@@ -85,7 +85,7 @@ jobs:
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:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)