We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cf65b commit f21e0abCopy full SHA for f21e0ab
.semaphore/semaphore.yml
@@ -22,7 +22,7 @@
22
version: v1.0
23
name: DevOps-Python-tools
24
agent:
25
- # https://docs.semaphoreci.com/reference/machine-types
+ # https://docs.semaphoreci.com/reference/machine-types#linux
26
machine:
27
type: e1-standard-2
28
os_image: ubuntu2004
@@ -85,9 +85,10 @@ blocks:
85
#- name: DEBUG
86
# value: "1"
87
88
+ # https://docs.semaphoreci.com/reference/machine-types#macos
89
90
type: a1-standard-4
- os_image: macos-xcode12
91
+ os_image: macos-xcode15
92
prologue:
93
commands:
94
- cache restore
0 commit comments