diff options
author | Andrea Bolognani <abologna@redhat.com> | 2023-12-12 11:46:20 +0100 |
---|---|---|
committer | Andrea Bolognani <abologna@redhat.com> | 2023-12-12 11:46:20 +0100 |
commit | b7c17e117f1858ac734cba6f3bbbd7d7d2643367 (patch) | |
tree | 6f2a308c44c434bb034cfd969b98995895ef1d46 | |
parent | 006e6bb6783b556b7bb976c3dcbcf44e06db213d (diff) | |
download | libvirt-ci-b7c17e117f1858ac734cba6f3bbbd7d7d2643367.zip libvirt-ci-b7c17e117f1858ac734cba6f3bbbd7d7d2643367.tar.gz libvirt-ci-b7c17e117f1858ac734cba6f3bbbd7d7d2643367.tar.bz2 |
examples: Add macOS 14
It had been missed when support for the target was added.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
-rw-r--r-- | examples/manifest.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/manifest.yml b/examples/manifest.yml index 44b2a8c..65d9dfc 100644 --- a/examples/manifest.yml +++ b/examples/manifest.yml @@ -161,6 +161,8 @@ targets: macos-13: aarch64 + macos-14: aarch64 + opensuse-leap-15: jobs: - arch: x86_64 |