diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-17 02:59:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-17 02:59:54 +0000 |
commit | 5bc4f4fb5b383ca32b382b6c0d09602346064414 (patch) | |
tree | c741e5844c2815679107d648a15841653b9b01a5 /.github | |
parent | Adding upstream version 3.1.0+dfsg. (diff) | |
download | libyang3-5bc4f4fb5b383ca32b382b6c0d09602346064414.tar.xz libyang3-5bc4f4fb5b383ca32b382b6c0d09602346064414.zip |
Adding upstream version 3.4.2+dfsg.upstream/3.4.2+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef3bfe6..6ab2938 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,13 +64,13 @@ jobs: build-cmd: "make" } - { - name: "Release, macOS 11, clang", - os: "macos-11", + name: "Release, macOS 14, clang", + os: "macos-14", build-type: "Release", cc: "clang", options: "-DENABLE_TESTS=ON -DPATH_EXPECT=", packager: "brew", - packages: "cmocka shunit2", + packages: "cmocka shunit2 tcl-tk", snaps: "", build-cmd: "make" } |