Skip to content

Commit 7751266

Browse files
committed
RVW: Fix for Semaphore
- Semaphore CI sent-out an email about a deprecated macOS image that went into effect on the 4th. - This should fix the issue with relying on the deprecated image, but everything else should still work.
1 parent 301f305 commit 7751266

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.semaphore/semaphore.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: v1.0
2-
name: Apple/Mojave Based Pipeline
2+
name: Example Builds for macOS
33
agent:
4-
machine:
5-
type: a1-standard-4
6-
os_image: macos-mojave-xcode11
4+
machine:
5+
type: a1-standard-4
6+
os_image: macos-xcode11
77
blocks:
88
- name: macOS Builds
99
task:

0 commit comments

Comments
 (0)