Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b06b209

Browse files
committedDec 3, 2024·
compat
1 parent 31bd50d commit b06b209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/sanity-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -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-24.04
207+
runs-on: ubuntu-20.04
208208
strategy:
209209
fail-fast: false
210210
matrix:
@@ -265,7 +265,7 @@ jobs:
265265
with:
266266
role-to-assume: ${{ env.CRT_CI_ROLE }}
267267
aws-region: ${{ env.AWS_DEFAULT_REGION }}
268-
268+
269269
- name: Checkout Source
270270
uses: actions/checkout@v4
271271

0 commit comments

Comments
 (0)
Please sign in to comment.