We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bd50d commit b06b209Copy full SHA for b06b209
.github/workflows/sanity-test.yml
@@ -204,7 +204,7 @@ jobs:
204
# Make sure linux compilers + stdlibs are installing properly
205
std-compat:
206
needs: [package, sanity_test]
207
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-20.04
208
strategy:
209
fail-fast: false
210
matrix:
@@ -265,7 +265,7 @@ jobs:
265
with:
266
role-to-assume: ${{ env.CRT_CI_ROLE }}
267
aws-region: ${{ env.AWS_DEFAULT_REGION }}
268
-
+
269
- name: Checkout Source
270
uses: actions/checkout@v4
271
0 commit comments