We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be42098 commit 264c846Copy full SHA for 264c846
.travis.yml
@@ -126,19 +126,19 @@ jobs:
126
- BUILD_DIR=unix
127
- CFGOPT="--enable-symbols=mem"
128
# Testing on Mac, various styles
129
- - name: "macOS/Xcode 11.5/Shared"
+ - name: "macOS/Xcode 11.7/Shared"
130
os: osx
131
- osx_image: xcode11.5
+ osx_image: xcode11.7
132
env:
133
- BUILD_DIR=macosx
134
install: []
135
script: &mactest
136
- make all
137
# The styles=develop avoids some weird problems on OSX
138
- make test styles=develop
139
- - name: "macOS/Xcode 11.5/Shared/Unix-like"
+ - name: "macOS/Xcode 11.7/Shared/Unix-like"
140
141
142
143
144
# Older MacOS versions
0 commit comments