Skip to content

Commit 6ff9f83

Browse files
authored
Merge pull request #507 from martin-frbg/xcode122
[WIP,Testing] Add Travis CI job for OS X Catalina to investigate CBLAS test errors
2 parents 8bd8372 + 3c32ba6 commit 6ff9f83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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)