diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-09-17 10:50:57 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-10-07 10:57:57 +0200 |
commit | de11da6448ca4278197fb2923af06c50e2385259 (patch) | |
tree | 9e0323b4e5361f29c8513be5f820c0ac5ead0b01 /tests/lcitool/refresh | |
parent | b873463821343c6f702c4195f2168790b09cf44e (diff) | |
download | qemu-de11da6448ca4278197fb2923af06c50e2385259.zip qemu-de11da6448ca4278197fb2923af06c50e2385259.tar.gz qemu-de11da6448ca4278197fb2923af06c50e2385259.tar.bz2 |
.gitlab-ci.d/cirrus: Drop support for macOS 13 (Ventura)
macOS 15 "Sequoia" was released on September 16, 2024 [1].
According to QEMU's support policy, we stop supporting
the previous major release two years after the the new
major release has been published. Time to remove support
for macOS 13 (Ventura, released on October 2022, [2]).
Promote the macOS 14 job, which was only built manually,
to be run by default.
[1] https://www.apple.com/newsroom/2024/09/macos-sequoia-is-available-today/
[2] https://www.apple.com/newsroom/2022/10/macos-ventura-is-now-available/
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240917085058.1740-3-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/lcitool/refresh')
-rwxr-xr-x | tests/lcitool/refresh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lcitool/refresh b/tests/lcitool/refresh index a78219f..5bc2edd 100755 --- a/tests/lcitool/refresh +++ b/tests/lcitool/refresh @@ -202,7 +202,6 @@ try: # Cirrus packages lists for GitLab # generate_cirrus("freebsd-14") - generate_cirrus("macos-13") generate_cirrus("macos-14") # |