Skip to content

Commit 71e3b1a

Browse files
committed
Remove macOS from CI build matrix in GitHub Actions workflow
1 parent ddd7239 commit 71e3b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ ubuntu-latest, macos-latest ]
18+
os: [ ubuntu-latest ]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Set up Java

0 commit comments

Comments
 (0)