We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd1ceb commit 54ff861Copy full SHA for 54ff861
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- os: [ubuntu-18.04, macOS-10.14, windows-2019]
+ os: [ubuntu-18.04, macOS-10.15, windows-2019]
29
java: [8, 11, 13]
30
architecture: [x32, x64]
31
runs-on: ${{ matrix.os }}
0 commit comments