Skip to content

Commit

Permalink
Nit: Add macos target to CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Nov 25, 2024
1 parent 690d452 commit 8d8bc29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
build:
runs-on: ${{ matrix.os }}

# TODO: run on more target OSes
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8d8bc29

Please sign in to comment.