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 0f6888c

Browse files
committedDec 3, 2024·
revert some os's
1 parent 5ac11b1 commit 0f6888c

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
@@ -187,7 +187,7 @@ jobs:
187187
- gcc-10
188188
- gcc-11
189189
needs: [package]
190-
runs-on: ubuntu-24.04
190+
runs-on: ubuntu-20.04
191191
steps:
192192
- name: Checkout Source
193193
uses: actions/checkout@v4
@@ -259,7 +259,7 @@ jobs:
259259
- aws-crt-nodejs
260260

261261
needs: package
262-
runs-on: ubuntu-24.04
262+
runs-on: ubuntu-22.04
263263
steps:
264264
- name: Checkout Source
265265
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.