File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -204,11 +204,11 @@ jobs:
204
204
# Make sure linux compilers + stdlibs are installing properly
205
205
std-compat :
206
206
needs : [package, sanity_test]
207
- runs-on : ubuntu-24 .04
207
+ runs-on : ubuntu-20 .04
208
208
strategy :
209
209
fail-fast : false
210
210
matrix :
211
- compiler : [gcc-9 , clang-9]
211
+ compiler : [gcc-8 , clang-9]
212
212
cxx-std : ["11", "14", "17", "20"]
213
213
steps :
214
214
- uses : aws-actions/configure-aws-credentials@v4
@@ -224,7 +224,7 @@ jobs:
224
224
name : builder
225
225
path : .
226
226
227
- - name : Build aws-crt-cpp with ${{ matrix.compiler }}/${{ matrix.std }}
227
+ - name : Build aws-crt-cpp with ${{ matrix.compiler }}/cxx ${{ matrix.cxx- std }}
228
228
run : |
229
229
python3 builder.pyz build -p aws-crt-cpp --compiler=${{ matrix.compiler }} --cmake-extra=-DCMAKE_CXX_STANDARD=${{ matrix.cxx-std }}
230
230
You can’t perform that action at this time.
0 commit comments