Skip to content

Commit 83a7468

Browse files
committed
Check CMake ambiguity
1 parent a84d3d6 commit 83a7468

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/log4cxx-macos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
qt: OFF
3939
- name: osx-g++
4040
os: macos-latest
41-
cxx: g++
41+
cxx: g++-14
4242
odbc: OFF
4343
qt: OFF
4444

@@ -56,6 +56,8 @@ jobs:
5656
5757
- name: 'configure and build'
5858
run: |
59+
ls -l /usr/bin/g++*
60+
${{ matrix.cxx }} --version
5961
cd main
6062
mkdir build
6163
cd build

0 commit comments

Comments
 (0)