summaryrefslogtreecommitdiffstats
path: root/.github/workflows/c-cpp.yml
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2023-06-23 09:49:02 +1000
committerDarren Tucker <dtucker@dtucker.net>2023-06-23 09:49:02 +1000
commit8a6cd08850f576e7527c52a1b086cae82fab290e (patch)
tree1326734d5d5d6d29330480aa2371154bf5c0ae25 /.github/workflows/c-cpp.yml
parentcfca6f17e64baed6822bb927ed9f372ce64d9c5b (diff)
Update runner OS version for hardenedmalloc test.
Hardenedmalloc dropped support for "legacy glibc" versions in their 64dad0a69 so use a newer Ubuntu version for the runner for that test.
Diffstat (limited to '.github/workflows/c-cpp.yml')
-rw-r--r--.github/workflows/c-cpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index bb6cf684..e4e2a64e 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -50,7 +50,7 @@ jobs:
- { target: ubuntu-20.04, config: gcc-11-Werror }
- { target: ubuntu-20.04, config: pam }
- { target: ubuntu-20.04, config: kitchensink }
- - { target: ubuntu-20.04, config: hardenedmalloc }
+ - { target: ubuntu-22.04, config: hardenedmalloc }
- { target: ubuntu-20.04, config: tcmalloc }
- { target: ubuntu-20.04, config: musl }
- { target: ubuntu-latest, config: boringssl }