Skip to content

Commit

Permalink
Try to fix OSX CI build problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Oct 30, 2023
1 parent d7cdc45 commit 19d4ff6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- name: macos-apple-clang
os: macos-latest
compiler-cppstd: "gnu14"

- name: windows-msvc-19
os: windows-2019
Expand Down Expand Up @@ -74,6 +75,9 @@ jobs:
if [ "${{ matrix.compiler-version }}" != "" ]; then
sed -i 's/compiler.version=[0-9]\+/compiler.version=${{ matrix.compiler-version }}/g' ~/.conan2/profiles/default
fi
if [ "${{ matrix.compiler-cppstd }}" != "" ]; then
sed -i 's/compiler.cppstd=gnu[0-9]\+/compiler.cppstd=${{ matrix.compiler-cppstd }}/g' ~/.conan2/profiles/default
fi
shell: bash

- name: cmake-configure-debug
Expand Down

0 comments on commit 19d4ff6

Please sign in to comment.