Skip to content

Commit

Permalink
ci: Add macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0-One committed Dec 10, 2023
1 parent 1e3c9b0 commit 8c285a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@ jobs:
echo "<html><body><h1>Example</h1><p>This is an example page.</p></body></html>" >example.html
./bazelisk run browser:tui file://$(pwd)/example.html
macos:
runs-on: macos-13
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- run: bazelisk test //util/...

windows-msvc:
runs-on: windows-2022
timeout-minutes: 40
Expand Down

0 comments on commit 8c285a8

Please sign in to comment.