We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac11b1 commit 0f6888cCopy full SHA for 0f6888c
.github/workflows/sanity-test.yml
@@ -187,7 +187,7 @@ jobs:
187
- gcc-10
188
- gcc-11
189
needs: [package]
190
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-20.04
191
steps:
192
- name: Checkout Source
193
uses: actions/checkout@v4
@@ -259,7 +259,7 @@ jobs:
259
- aws-crt-nodejs
260
261
needs: package
262
+ runs-on: ubuntu-22.04
263
264
265
0 commit comments