Skip to content

Commit

Permalink
Update MacOS 12 to MacOS 14
Browse files Browse the repository at this point in the history
Closes #32.
  • Loading branch information
jrw972 committed Dec 18, 2024
1 parent 11d3090 commit dacc8bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- windows-2019
- ubuntu-22.04
- ubuntu-20.04
- macos-14
- macos-13
- macos-12

runs-on: ${{ matrix.runner }}

Expand Down Expand Up @@ -102,6 +102,9 @@ jobs:
if [ '${{ runner.os }}' == 'macOS' ]; then
CONFIG_OPTIONS+=" --xerces3=$(brew --prefix xerces-c) --openssl=/usr/local/opt/[email protected]"
fi
if [ '${{ matrix.opendds_branch }}' == 'macos-14' ]; then
CONFIG_OPTIONS+=" --xerces3=$(brew --prefix xerces-c) --openssl=/opt/homebrew/opt/[email protected]"
fi
echo "CONFIG_OPTIONS=$CONFIG_OPTIONS" >> $GITHUB_ENV
export COMPILER_VERSION=$(c++ --version 2>&1 | head -n 1)
echo "COMPILER_VERSION=$COMPILER_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit dacc8bb

Please sign in to comment.