Skip to content

Commit c08424c

Browse files
author
Bret Ambrose
committed
ubuntu 20.04 just got removed by gh
1 parent cd0bc45 commit c08424c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sanity-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
fail-fast: false
170170
matrix:
171171
compiler:
172-
# Note: 18.04 image is no longer supported by gh and 20.04 image does
172+
# Note: 18.04 image is no longer supported by gh and 22.04 image does
173173
# not have some of the old compilers we want. disable those for now
174174
# until we figure out a way to test them.
175175
# - clang-6
@@ -187,7 +187,7 @@ jobs:
187187
- gcc-10
188188
- gcc-11
189189
needs: [package]
190-
runs-on: ubuntu-20.04
190+
runs-on: ubuntu-22.04
191191
steps:
192192
- name: Checkout Source
193193
uses: actions/checkout@v4
@@ -204,7 +204,7 @@ jobs:
204204
# Make sure linux compilers + stdlibs are installing properly
205205
std-compat:
206206
needs: [package, sanity_test]
207-
runs-on: ubuntu-20.04
207+
runs-on: ubuntu-22.04
208208
strategy:
209209
fail-fast: false
210210
matrix:
@@ -262,7 +262,7 @@ jobs:
262262
- aws-crt-nodejs
263263

264264
needs: package
265-
runs-on: ubuntu-20.04
265+
runs-on: ubuntu-22.04
266266
steps:
267267
- uses: aws-actions/configure-aws-credentials@v4
268268
with:

0 commit comments

Comments
 (0)