Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit ee52319

Browse files
author
Mustafa ÖNCEL
committed
Remove MacOS runner in GitHub Actions
It is too slow, just Ubuntu is enough.
1 parent 7b49b8b commit ee52319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
language: [ 'java' ]
19-
os: [ ubuntu-20.04, macos-latest ]
19+
os: [ ubuntu-20.04 ]
2020

2121
runs-on: ${{ matrix.os }}
2222

0 commit comments

Comments
 (0)