From ec4b75845d86f4d27940862dd12cc7e8182b5e03 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Tue, 15 Apr 2025 15:13:39 -0500 Subject: [PATCH] CI: Using newer Ventura Xcode version --- receivers/electron/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index 047958a..45f429f 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -16,7 +16,7 @@ buildElectronDockerContainer: buildMac: stage: buildAndDeployElectron - image: ghcr.io/cirruslabs/macos-ventura-xcode:13.4.1 + image: ghcr.io/cirruslabs/macos-ventura-xcode:14.3.1 tags: - tart-installed before_script: