From c7dab94c8954b6fc9e0b21dda2ef6a2c844be80c Mon Sep 17 00:00:00 2001 From: "service-bot-app[bot]" Date: Wed, 27 Aug 2025 02:02:43 +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 776b89c622a00a562203ef75dda0da518014cafb Mon Sep 17 00:00:00 2001 From: "service-bot-app[bot]" Date: Wed, 27 Aug 2025 02:02:43 +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"