Skip to content

Commit

Permalink
Update CI runner and build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer committed Oct 30, 2024
1 parent 2bb6cfe commit dd6e723
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
build_type: [RelWithDebInfo, Debug]
release: [stable, HEAD]

Expand All @@ -43,13 +43,9 @@ jobs:
if: runner.os == 'macOS'
run: |
echo "MACOSX_DEPLOYMENT_TARGET=10.15" >> ${GITHUB_ENV}
# Install Python separately to workround recurring homebrew CI issue.
# See https://github.com/actions/runner-images/issues/9471 for more details.
brew install python@3 || true
brew link --overwrite python@3
brew install \
brew install --formula \
python@3 \
ccache \
cmake \
doxygen \
graphviz
Expand Down

0 comments on commit dd6e723

Please sign in to comment.