Skip to content

Commit 3b90792

Browse files
chore: update repo by service bot (#358)
* Replace all occurrences of 's1-prod-macos-13-5-amd64' with 's1-macos-15-amd64-6' * Replace all occurrences of 's1-prod-macos-13-5-arm64' with 's1-macos-15-arm64-8' --------- Co-authored-by: service-bot-app[bot] <service-bot-app[bot]@users.noreply.github.com>
1 parent 317e123 commit 3b90792

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.semaphore/post_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ blocks:
136136
task:
137137
agent:
138138
machine:
139-
type: s1-prod-macos-13-5-amd64
139+
type: s1-macos-15-amd64-6
140140
jobs:
141141
- name: "Install"
142142
matrix:
@@ -151,7 +151,7 @@ blocks:
151151
task:
152152
agent:
153153
machine:
154-
type: s1-prod-macos-13-5-arm64
154+
type: s1-macos-15-arm64-8
155155
jobs:
156156
- name: "Install"
157157
matrix:

.semaphore/semaphore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ blocks:
7979
task:
8080
agent:
8181
machine:
82-
type: s1-prod-macos-13-5-arm64
82+
type: s1-macos-15-arm64-8
8383
jobs:
8484
- name: 'Build from source and test'
8585
commands:
@@ -336,7 +336,7 @@ blocks:
336336
task:
337337
agent:
338338
machine:
339-
type: s1-prod-macos-13-5-arm64
339+
type: s1-macos-15-arm64-8
340340
env_vars:
341341
- name: ARCHITECTURE
342342
value: "arm64"
@@ -372,7 +372,7 @@ blocks:
372372
task:
373373
agent:
374374
machine:
375-
type: s1-prod-macos-13-5-amd64
375+
type: s1-macos-15-amd64-6
376376
env_vars:
377377
- name: ARCHITECTURE
378378
value: "x64"

0 commit comments

Comments
 (0)