Skip to content

Commit 5722f1d

Browse files
committed
Revert to using Zulu via the standard action
The joschi action resulted in a 404
1 parent 6f63bf2 commit 5722f1d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
matrix:
1717
os: [ ubuntu-18.04, ubuntu-20.04, windows-latest ]
1818
java: [ '8', '11' ]
19-
arch: [ 'x32', 'x64' ]
19+
arch: [ 'x86', 'x64' ]
2020
exclude:
2121
- os: ubuntu-18.04
22-
arch: x32
22+
arch: x86
2323
- os: ubuntu-20.04
24-
arch: x32
24+
arch: x86
2525

2626
name: Java ${{ matrix.java }}/${{ matrix.arch }}/${{ matrix.os }}
2727

@@ -39,7 +39,7 @@ jobs:
3939
key: m2-cache-${{ matrix.java }}-${{ matrix.arch }}-${{ matrix.os }}
4040

4141
- name: Set up JDK ${{ matrix.java }}
42-
uses: joschi/setup-jdk@e87a7cec853d2dd7066adf837fe12bf0f3d45e52
42+
uses: actions/setup-java@v1
4343
with:
4444
java-version: ${{ matrix.java }}
4545
architecture: ${{ matrix.arch }}

0 commit comments

Comments
 (0)