Skip to content

Commit 54ff861

Browse files
committed
Change Mac runtime to MacOS.
1 parent ffd1ceb commit 54ff861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
os: [ubuntu-18.04, macOS-10.14, windows-2019]
28+
os: [ubuntu-18.04, macOS-10.15, windows-2019]
2929
java: [8, 11, 13]
3030
architecture: [x32, x64]
3131
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)