Skip to content

Commit 3c32ba6

Browse files
authored
Add testing on OS X Catalina
1 parent 23dda1a commit 3c32ba6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ matrix:
3030
name: "CMake Release Test on Mac OS X"
3131
osx_image: xcode10.3
3232
env: CMAKE_BUILD_TYPE=Release
33+
- os: osx
34+
name: "CMake Release Test on OSX Catalina"
35+
osx_image: xcode12.2
36+
env: CMAKE_BUILD_TYPE=Release
3337
- os: osx
3438
osx_image: xcode10.3
3539
name: "Makefile Test on Mac OS X"

0 commit comments

Comments
 (0)