Skip to content

Commit 45fa96b

Browse files
committed
macos-13 is deprecated
1 parent 1e5016f commit 45fa96b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/log4cxx-macos.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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
@@ -53,7 +53,7 @@ jobs:
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 ]

0 commit comments

Comments
 (0)