We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060bb31 commit 46992baCopy full SHA for 46992ba
.github/workflows/build.yaml
@@ -13,10 +13,10 @@ jobs:
13
strategy:
14
matrix:
15
os:
16
- - ubuntu-latest
17
- - macos-latest
+ - image: ubuntu-latest
+ - image: macos-latest
18
argLine: -Dengineering.swat.java-watch.mac=jdk
19
- - windows-latest
+ - image: windows-latest
20
jdk: [11, 17, 21]
21
# argLine: ["", -Dengineering.swat.java-watch.mac=jdk, -Dengineering.swat.java-watch.mac=jna]
22
# exclude:
@@ -37,7 +37,7 @@ jobs:
37
# argLine: -Dengineering.swat.java-watch.mac=jna
38
39
fail-fast: false
40
- runs-on: ${{ matrix.os }}
+ runs-on: ${{ matrix.image.os }}
41
steps:
42
- uses: actions/checkout@v4
43
- run: echo " " >> pom.xml # make sure the cache is slightly different for these runners
0 commit comments