Skip to content

Commit 3baa491

Browse files
Merge pull request #11 from PeterDaveHello/UpdateMacOsTravisCI
2 parents ce96d6c + 88640e2 commit 3baa491

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

β€Ž.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +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
101+
osx_image: xcode13.1
102102
env:
103103
- task=test-dist-zsh
104104
before_script:
@@ -108,7 +108,7 @@ jobs:
108108
- ./test-scripts/zsh
109109
- stage: macOS runtime test
110110
os: osx
111-
osx_image: xcode12.2
111+
osx_image: xcode13.1
112112
env:
113113
- task=test-dist-ksh
114114
before_script:
@@ -118,7 +118,7 @@ jobs:
118118
- ./test-scripts/ksh
119119
- stage: macOS runtime test
120120
os: osx
121-
osx_image: xcode12.2
121+
osx_image: xcode13.1
122122
env:
123123
- task=test-dist-bash-builtin
124124
before_script:
@@ -127,7 +127,7 @@ jobs:
127127
- ./test-scripts/bash
128128
- stage: macOS runtime test
129129
os: osx
130-
osx_image: xcode12.2
130+
osx_image: xcode13.1
131131
env:
132132
- task=test-dist-bash-brew-install
133133
before_script:
@@ -138,7 +138,7 @@ jobs:
138138
- ./test-scripts/bash
139139
- stage: macOS runtime test
140140
os: osx
141-
osx_image: xcode12.2
141+
osx_image: xcode13.1
142142
env:
143143
- task=test-dist-fish
144144
before_script:

0 commit comments

Comments
Β (0)