File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 pre-flight-check :
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-22 .04
1515 steps :
1616 - uses : actions/checkout@v4
1717 - run : ./tools/scripts/clang_format.sh check
1818
1919 build-test-ubuntu :
20- runs-on : ubuntu-20 .04
20+ runs-on : ubuntu-22 .04
2121 needs : pre-flight-check
2222 steps :
2323 - uses : actions/checkout@v4
6969 - run : ./tools/ci/run-integration-test.sh
7070
7171 build-test-ubuntu-with-sanitizers-gcc-latest :
72- runs-on : ubuntu-20 .04
72+ runs-on : ubuntu-22 .04
7373 needs : pre-flight-check
7474 steps :
7575 - uses : egor-tensin/setup-gcc@v1.3
8080 - run : ./tools/ci/build-test-ubuntu-with-sanitizers.sh gcc
8181
8282 build-test-ubuntu-with-sanitizers-clang-latest :
83- runs-on : ubuntu-20 .04
83+ runs-on : ubuntu-22 .04
8484 needs : pre-flight-check
8585 steps :
8686 - uses : egor-tensin/setup-clang@v1
@@ -100,7 +100,7 @@ jobs:
100100 - run : ./tools/ci/build-test-macos-with-sanitizers.sh
101101
102102 coverage-and-docs :
103- runs-on : ubuntu-20 .04
103+ runs-on : ubuntu-22 .04
104104 needs : pre-flight-check
105105 steps :
106106 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments