From 116f35e65927f8e1ae98b60534d5af0a770e825c Mon Sep 17 00:00:00 2001 From: "service-bot-app[bot]" Date: Mon, 25 Aug 2025 02:01:57 +0000 Subject: [PATCH 1/2] Replace all occurrences of 's1-prod-macos-13-5-amd64' with 's1-macos-15-amd64-6' --- .semaphore/post_install.yml | 2 +- .semaphore/semaphore.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.semaphore/post_install.yml b/.semaphore/post_install.yml index 66c39c96..7927da91 100644 --- a/.semaphore/post_install.yml +++ b/.semaphore/post_install.yml @@ -136,7 +136,7 @@ blocks: task: agent: machine: - type: s1-prod-macos-13-5-amd64 + type: s1-macos-15-amd64-6 jobs: - name: "Install" matrix: diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 915f148c..08033ab6 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -372,7 +372,7 @@ blocks: task: agent: machine: - type: s1-prod-macos-13-5-amd64 + type: s1-macos-15-amd64-6 env_vars: - name: ARCHITECTURE value: "x64" From 0d96209d27608be61007dfdc420490ef6e503b1c Mon Sep 17 00:00:00 2001 From: "service-bot-app[bot]" Date: Mon, 25 Aug 2025 02:01:57 +0000 Subject: [PATCH 2/2] Replace all occurrences of 's1-prod-macos-13-5-arm64' with 's1-macos-15-arm64-8' --- .semaphore/post_install.yml | 2 +- .semaphore/semaphore.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.semaphore/post_install.yml b/.semaphore/post_install.yml index 7927da91..a60d9293 100644 --- a/.semaphore/post_install.yml +++ b/.semaphore/post_install.yml @@ -151,7 +151,7 @@ blocks: task: agent: machine: - type: s1-prod-macos-13-5-arm64 + type: s1-macos-15-arm64-8 jobs: - name: "Install" matrix: diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 08033ab6..a17da647 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -79,7 +79,7 @@ blocks: task: agent: machine: - type: s1-prod-macos-13-5-arm64 + type: s1-macos-15-arm64-8 jobs: - name: 'Build from source and test' commands: @@ -336,7 +336,7 @@ blocks: task: agent: machine: - type: s1-prod-macos-13-5-arm64 + type: s1-macos-15-arm64-8 env_vars: - name: ARCHITECTURE value: "arm64"