Skip to content

Commit 2d04791

Browse files
committed
Only build on macOS Big Sur
1 parent 87c9a4a commit 2d04791

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.travis.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,13 @@ matrix:
2626
- os: linux
2727
name: "CMake Coverage Test on Linux"
2828
env: CMAKE_BUILD_TYPE=Coverage
29-
- os: osx
30-
name: "CMake Release Test on Mac OS X"
31-
osx_image: xcode10.3
32-
env: CMAKE_BUILD_TYPE=Release
33-
- os: osx
34-
name: "CMake Release Test on macOS Catalina"
35-
osx_image: xcode12.2
36-
env: CMAKE_BUILD_TYPE=Release
3729
- os: osx
3830
name: "CMake Release Test on macOS Big Sur"
3931
osx_image: xcode12.3
4032
env: CMAKE_BUILD_TYPE=Release
4133
- os: osx
42-
osx_image: xcode10.3
43-
name: "Makefile Test on Mac OS X"
34+
osx_image: xcode12.3
35+
name: "Makefile Test on on macOS Big Sur"
4436
script:
4537
- rm -f make.inc
4638
- cp make.inc.example make.inc

0 commit comments

Comments
 (0)