Skip to content

Commit 597f62e

Browse files
authored
Merge pull request #98 from isudana/master
Update build matrix to only use Ubuntu
2 parents a43c5ea + ec6edff commit 597f62e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, macos-latest]
16+
os: [ubuntu-latest]
1717
java: [8, 11]
1818

1919
steps:

0 commit comments

Comments
 (0)