File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 98
98
# test all echo functions on difference shell(except sh, which is actually bash) on Mac
99
99
- stage : macOS runtime test
100
100
os : osx
101
+ osx_image : xcode12.2
101
102
env :
102
103
- task=test-dist-zsh
103
104
before_script :
@@ -107,6 +108,7 @@ jobs:
107
108
- ./test-scripts/zsh
108
109
- stage : macOS runtime test
109
110
os : osx
111
+ osx_image : xcode12.2
110
112
env :
111
113
- task=test-dist-ksh
112
114
before_script :
@@ -116,6 +118,7 @@ jobs:
116
118
- ./test-scripts/ksh
117
119
- stage : macOS runtime test
118
120
os : osx
121
+ osx_image : xcode12.2
119
122
env :
120
123
- task=test-dist-bash-builtin
121
124
before_script :
@@ -124,6 +127,7 @@ jobs:
124
127
- ./test-scripts/bash
125
128
- stage : macOS runtime test
126
129
os : osx
130
+ osx_image : xcode12.2
127
131
env :
128
132
- task=test-dist-bash-brew-install
129
133
before_script :
@@ -134,6 +138,7 @@ jobs:
134
138
- ./test-scripts/bash
135
139
- stage : macOS runtime test
136
140
os : osx
141
+ osx_image : xcode12.2
137
142
env :
138
143
- task=test-dist-fish
139
144
before_script :
You canβt perform that action at this time.
0 commit comments