Skip to content

Commit 80df144

Browse files
committed
don't feel like dealing with issues moving from ubuntu 20 -> 24 right now...
1 parent 04a4c6b commit 80df144

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sanity-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,11 @@ jobs:
204204
# Make sure linux compilers + stdlibs are installing properly
205205
std-compat:
206206
needs: [package, sanity_test]
207-
runs-on: ubuntu-24.04
207+
runs-on: ubuntu-20.04
208208
strategy:
209209
fail-fast: false
210210
matrix:
211-
compiler: [gcc-9, clang-9]
211+
compiler: [gcc-8, clang-9]
212212
cxx-std: ["11", "14", "17", "20"]
213213
steps:
214214
- uses: aws-actions/configure-aws-credentials@v4
@@ -224,7 +224,7 @@ jobs:
224224
name: builder
225225
path: .
226226

227-
- name: Build aws-crt-cpp with ${{ matrix.compiler }}/${{ matrix.std }}
227+
- name: Build aws-crt-cpp with ${{ matrix.compiler }}/cxx${{ matrix.cxx-std }}
228228
run: |
229229
python3 builder.pyz build -p aws-crt-cpp --compiler=${{ matrix.compiler }} --cmake-extra=-DCMAKE_CXX_STANDARD=${{ matrix.cxx-std }}
230230

0 commit comments

Comments
 (0)