Skip to content

Commit f956ece

Browse files
Update macOS version on Travis CI to the latest v10.15(not v11 yet)
Reference: - https://docs.travis-ci.com/user/reference/osx/
1 parent 33c087f commit f956ece

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

β€Ž.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
# test all echo functions on difference shell(except sh, which is actually bash) on Mac
9999
- stage: macOS runtime test
100100
os: osx
101+
osx_image: xcode12.2
101102
env:
102103
- task=test-dist-zsh
103104
before_script:
@@ -107,6 +108,7 @@ jobs:
107108
- ./test-scripts/zsh
108109
- stage: macOS runtime test
109110
os: osx
111+
osx_image: xcode12.2
110112
env:
111113
- task=test-dist-ksh
112114
before_script:
@@ -116,6 +118,7 @@ jobs:
116118
- ./test-scripts/ksh
117119
- stage: macOS runtime test
118120
os: osx
121+
osx_image: xcode12.2
119122
env:
120123
- task=test-dist-bash-builtin
121124
before_script:
@@ -124,6 +127,7 @@ jobs:
124127
- ./test-scripts/bash
125128
- stage: macOS runtime test
126129
os: osx
130+
osx_image: xcode12.2
127131
env:
128132
- task=test-dist-bash-brew-install
129133
before_script:
@@ -134,6 +138,7 @@ jobs:
134138
- ./test-scripts/bash
135139
- stage: macOS runtime test
136140
os: osx
141+
osx_image: xcode12.2
137142
env:
138143
- task=test-dist-fish
139144
before_script:

0 commit comments

Comments
Β (0)