diff --git a/src/c-stdaux/.github/workflows/ci.yml b/src/c-stdaux/.github/workflows/ci.yml
index b40abf690f..d54b120011 100644
--- a/src/c-stdaux/.github/workflows/ci.yml
+++ b/src/c-stdaux/.github/workflows/ci.yml
@@ -9,13 +9,9 @@ on:
jobs:
ci:
name: CI with Default Configuration
- runs-on: ubuntu-latest
-
- steps:
- - name: Fetch Sources
- uses: actions/checkout@v2
- - name: Run through C-Util CI
- uses: c-util/automation/src/ci-c-util@v1
- with:
- m32: 1
- valgrind: 1
+ uses: bus1/cabuild/.github/workflows/ci-c-util.yml@v1
+ with:
+ cabuild_ref: "v1"
+ m32: true
+ matrixmode: true
+ valgrind: true
diff --git a/src/c-stdaux/AUTHORS b/src/c-stdaux/AUTHORS
index 6015c4f31c..555ecb5581 100644
--- a/src/c-stdaux/AUTHORS
+++ b/src/c-stdaux/AUTHORS
@@ -30,7 +30,7 @@ AUTHORS-LGPL:
along with this program; If not, see .
COPYRIGHT: (ordered alphabetically)
- Copyright (C) 2018-2019 Red Hat, Inc.
+ Copyright (C) 2018-2022 Red Hat, Inc.
AUTHORS: (ordered alphabetically)
David Rheinsberg
diff --git a/src/c-stdaux/meson.build b/src/c-stdaux/meson.build
index abc30255d2..3054e25073 100644
--- a/src/c-stdaux/meson.build
+++ b/src/c-stdaux/meson.build
@@ -5,6 +5,7 @@ project(
'c_std=c11'
],
license: 'Apache',
+ meson_version: '>=0.60.0',
version: '1.0.0',
)
major = meson.project_version().split('.')[0]