Skip to content

Commit 4a056b8

Browse files
committed
CI fixed missing quotes
1 parent d29821f commit 4a056b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
java-version: [8, 11]
1616

1717
runs-on: ${{ matrix.os }}
18-
continue-on-error: ${{ matrix.os == macos-latest }}
18+
continue-on-error: ${{ matrix.os == 'macos-latest' }}
1919

2020
steps:
2121
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)