Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61f0f71

Browse files
committed
Moved osx_image
Set osx_image under each configuration, as it decides the OS (and kernel) version not only Xcode version, and the configuration name contains the kernel version.
1 parent b405898 commit 61f0f71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ language: c
2121

2222
dist: xenial
2323

24-
osx_image: xcode11
25-
2624
git:
2725
quiet: true
2826

@@ -334,6 +332,7 @@ env:
334332

335333
- &x86_64-darwin18
336334
name: x86_64-darwin18
335+
osx_image: xcode11
337336
<<: *osx
338337
env:
339338
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/[email protected]:/usr/local/opt/zlib

0 commit comments

Comments
 (0)