File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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
+ osx_image : xcode13.1
102
102
env :
103
103
- task=test-dist-zsh
104
104
before_script :
@@ -108,7 +108,7 @@ jobs:
108
108
- ./test-scripts/zsh
109
109
- stage : macOS runtime test
110
110
os : osx
111
- osx_image : xcode12.2
111
+ osx_image : xcode13.1
112
112
env :
113
113
- task=test-dist-ksh
114
114
before_script :
@@ -118,7 +118,7 @@ jobs:
118
118
- ./test-scripts/ksh
119
119
- stage : macOS runtime test
120
120
os : osx
121
- osx_image : xcode12.2
121
+ osx_image : xcode13.1
122
122
env :
123
123
- task=test-dist-bash-builtin
124
124
before_script :
@@ -127,7 +127,7 @@ jobs:
127
127
- ./test-scripts/bash
128
128
- stage : macOS runtime test
129
129
os : osx
130
- osx_image : xcode12.2
130
+ osx_image : xcode13.1
131
131
env :
132
132
- task=test-dist-bash-brew-install
133
133
before_script :
@@ -138,7 +138,7 @@ jobs:
138
138
- ./test-scripts/bash
139
139
- stage : macOS runtime test
140
140
os : osx
141
- osx_image : xcode12.2
141
+ osx_image : xcode13.1
142
142
env :
143
143
- task=test-dist-fish
144
144
before_script :
You canβt perform that action at this time.
0 commit comments