We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a0ceb commit 1406aa2Copy full SHA for 1406aa2
1 file changed
.travis.yml
@@ -31,9 +31,13 @@ matrix:
31
osx_image: xcode10.3
32
env: CMAKE_BUILD_TYPE=Release
33
- os: osx
34
- name: "CMake Release Test on OSX Catalina"
+ name: "CMake Release Test on macOS Catalina"
35
osx_image: xcode12.2
36
37
+ - os: osx
38
+ name: "CMake Release Test on macOS Big Sur"
39
+ osx_image: xcode12.3
40
+ env: CMAKE_BUILD_TYPE=Release
41
42
43
name: "Makefile Test on Mac OS X"
0 commit comments