File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,20 +24,20 @@ jobs:
2424 strategy :
2525 fail-fast : false
2626 matrix :
27- name : [osx-13 , osx-14 ]
27+ name : [osx-14-clang , osx-15-clang, osx-g++ ]
2828 include :
29- - name : osx-13
30- os : macos-13
31- cxx : clang++
32- odbc : OFF
33- qt : ON
34- multiprocess : OFF
35- - name : osx-14
29+ - name : osx-14-clang
3630 os : macos-14
3731 cxx : clang++
3832 odbc : ON
3933 qt : OFF
4034 multiprocess : ON
35+ - name : osx-15-clang
36+ os : macos-15
37+ cxx : clang++
38+ odbc : ON
39+ qt : ON
40+ multiprocess : OFF
4141 - name : osx-g++
4242 os : macos-latest
4343 cxx : g++-14
5353
5454 - name : ' Configure Dependencies'
5555 run : |
56- if [ ${{ matrix.os }} != macos-13 ]; then brew install apr-util; fi
56+ brew install apr-util
5757 if [ ${{ matrix.odbc }} == ON ]; then brew install unixodbc; fi
5858 if [ ${{ matrix.qt }} == ON ]; then brew install qt; fi
5959 if [ ${{ matrix.cxx }} == "g++-14" -a $(cmake --version | head -1 | awk '{split($3, a, "."); print a[1]}') -lt 4 ]
You can’t perform that action at this time.
0 commit comments