Skip to content

Commit 46992ba

Browse files
committed
Extend build workflow to run tests on macOS with/without JNA
1 parent 060bb31 commit 46992ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
strategy:
1414
matrix:
1515
os:
16-
- ubuntu-latest
17-
- macos-latest
16+
- image: ubuntu-latest
17+
- image: macos-latest
1818
argLine: -Dengineering.swat.java-watch.mac=jdk
19-
- windows-latest
19+
- image: windows-latest
2020
jdk: [11, 17, 21]
2121
# argLine: ["", -Dengineering.swat.java-watch.mac=jdk, -Dengineering.swat.java-watch.mac=jna]
2222
# exclude:
@@ -37,7 +37,7 @@ jobs:
3737
# argLine: -Dengineering.swat.java-watch.mac=jna
3838

3939
fail-fast: false
40-
runs-on: ${{ matrix.os }}
40+
runs-on: ${{ matrix.image.os }}
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)