Skip to content

Commit ca4229f

Browse files
committed
Extend build workflow to run tests on macOS with/without JNA
1 parent 7413be0 commit ca4229f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
os:
1616
- image: ubuntu-latest
1717
- image: macos-latest
18-
argLine: [-Dengineering.swat.java-watch.mac=jdk, -Dengineering.swat.java-watch.mac=jna]
18+
argLine: -Dengineering.swat.java-watch.mac=jdk
19+
- image: macos-latest
20+
argLine: -Dengineering.swat.java-watch.mac=jna
1921
- image: windows-latest
2022
jdk: [11, 17, 21]
2123
# argLine: ["", -Dengineering.swat.java-watch.mac=jdk, -Dengineering.swat.java-watch.mac=jna]

0 commit comments

Comments
 (0)