Skip to content

Commit 8b3859a

Browse files
committed
Testing a change to the CI workflow. Trying to deprioritize
Ubuntu 20.04.
1 parent fd93bb2 commit 8b3859a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/c-cpp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ jobs:
3838
- { target: ubuntu-20.04, config: clang-10 }
3939
- { target: ubuntu-20.04, config: clang-11 }
4040
- { target: ubuntu-20.04, config: clang-12-Werror }
41-
- { target: ubuntu-20.04, config: clang-sanitize-address }
42-
- { target: ubuntu-20.04, config: clang-sanitize-undefined }
43-
- { target: ubuntu-20.04, config: gcc-sanitize-address }
44-
- { target: ubuntu-20.04, config: gcc-sanitize-undefined }
4541
- { target: ubuntu-20.04, config: gcc-7 }
4642
- { target: ubuntu-20.04, config: gcc-8 }
4743
- { target: ubuntu-20.04, config: gcc-10 }
@@ -77,6 +73,10 @@ jobs:
7773
- { target: ubuntu-22.04, config: selinux }
7874
- { target: ubuntu-22.04, config: kitchensink }
7975
- { target: ubuntu-22.04, config: without-openssl }
76+
- { target: ubuntu-22.04, config: clang-sanitize-address }
77+
- { target: ubuntu-22.04, config: clang-sanitize-undefined }
78+
- { target: ubuntu-22.04, config: gcc-sanitize-address }
79+
- { target: ubuntu-22.04, config: gcc-sanitize-undefined }
8080
# we know pam doesn't work because we can't install a new pam file
8181
# for hpnssh via the CI test methods
8282
# - { target: macos-11, config: pam }

0 commit comments

Comments
 (0)