Skip to content

Commit 17806ed

Browse files
committed
Fix broken workflows.
1 parent bb3a88d commit 17806ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
1616
jdk: [17]
1717
include:
18-
- os: ubuntu-latest
18+
- platform: ubuntu-latest
1919
jdk: 11
20-
- os: macos-latest
20+
- platform: macos-latest
2121
jdk: 11
2222

2323
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)