Skip to content

Commit

Permalink
Add macos to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
connorslade committed Sep 17, 2023
1 parent d4295cc commit f7e9e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
java: [ 11 ]
os: [ ubuntu-latest, windows-latest ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
Expand Down

0 comments on commit f7e9e18

Please sign in to comment.