Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrico972 committed Dec 20, 2023
1 parent 5763967 commit 7f9f4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
ci:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2

Expand All @@ -16,7 +16,7 @@ jobs:

- name: Build Docs
run: |
sudo apt-get install doxygen
brew install doxygen
./gradlew docs:build
# Build
Expand Down

0 comments on commit 7f9f4e8

Please sign in to comment.