We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f63bf2 commit 5722f1dCopy full SHA for 5722f1d
1 file changed
.github/workflows/build.yml
@@ -16,12 +16,12 @@ jobs:
16
matrix:
17
os: [ ubuntu-18.04, ubuntu-20.04, windows-latest ]
18
java: [ '8', '11' ]
19
- arch: [ 'x32', 'x64' ]
+ arch: [ 'x86', 'x64' ]
20
exclude:
21
- os: ubuntu-18.04
22
- arch: x32
+ arch: x86
23
- os: ubuntu-20.04
24
25
26
name: Java ${{ matrix.java }}/${{ matrix.arch }}/${{ matrix.os }}
27
@@ -39,7 +39,7 @@ jobs:
39
key: m2-cache-${{ matrix.java }}-${{ matrix.arch }}-${{ matrix.os }}
40
41
- name: Set up JDK ${{ matrix.java }}
42
- uses: joschi/setup-jdk@e87a7cec853d2dd7066adf837fe12bf0f3d45e52
+ uses: actions/setup-java@v1
43
with:
44
java-version: ${{ matrix.java }}
45
architecture: ${{ matrix.arch }}
0 commit comments