Skip to content

Commit c0a3367

Browse files
committed
travis: update one OSX case to use latest img version
1 parent a0e0a59 commit c0a3367

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,9 @@ jobs:
287287
os: osx
288288

289289
# need to specify where to find tclConfig.sh on newer xcode release
290-
- env: CONFIGURE_OPTS='--prefix=/tmp/modules --enable-compat-version --with-loadedmodules=null:dot --with-tcl=/System/Library/Frameworks/Tcl.framework/Versions/8.5'
290+
- env: CONFIGURE_OPTS='--prefix=/tmp/modules --enable-compat-version --with-loadedmodules=null:dot --with-tcl=/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tcl.framework/Versions/8.5'
291291
os: osx
292+
osx_image: xcode11.4
292293

293294

294295
env:

0 commit comments

Comments
 (0)