Skip to content

Commit

Permalink
change back to macOS doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
YanzhaoW committed Jan 13, 2025
1 parent 0a77bc0 commit 4ec10a8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish_doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
artifact-gen:
runs-on: ubuntu-latest
runs-on: macos-15
defaults:
run:
shell: bash
Expand All @@ -18,8 +18,11 @@ jobs:
submodules: 'true'
- name: run doxygen
run: |
sudo apt-get update -y
sudo apt-get install -y doxygen graphviz ninja-build libjs-mathjax cmake
brew upgrade
brew install doxygen graphviz ninja ghostscript
export PATH="/opt/homebrew/bin:$PATH"
export FC="gfortran-14"
cmake --workflow --preset doxygen
- uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 4ec10a8

Please sign in to comment.