Skip to content

Commit 9a87477

Browse files
committed
Extend build workflow to run tests on macOS with/without JNA
1 parent 1fdd7bd commit 9a87477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# argLine: -Dengineering.swat.java-watch.mac=jna
3838

3939
fail-fast: false
40-
runs-on: ${{ matrix.image.os }}
40+
runs-on: ${{ matrix.os.image }}
4141
steps:
4242
- uses: actions/checkout@v4
4343
- run: echo " " >> pom.xml # make sure the cache is slightly different for these runners

0 commit comments

Comments
 (0)