From 9d99611723fa1cc6f7f31ac6cd0bd9440d390b31 Mon Sep 17 00:00:00 2001 From: suzuki toshiya Date: Thu, 27 Nov 2025 15:43:11 +0900 Subject: [PATCH] * .gitlab-ci.yml: update macos image to Tahoe:2025-09-30. Fixes issue #1394. --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a71427a24..07217fc44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,9 @@ variables: stage: 'build' .build macos common: - image: "registry.freedesktop.org/gstreamer/gstreamer/macos-arm64/15-sequoia:2024-10-28.0" + # HVF is available since Sequoia 15.5, but 2024-10-28 seems to be Sequoia 15.0 + # registry.freedesktop.org/gstreamer/gstreamer/macos-arm64/15-sequoia:2024-10-28.0 + image: "registry.freedesktop.org/gstreamer/gstreamer/macos-arm64/26-tahoe:2025-09-30.0" stage: 'build' tags: - gst-mac-arm