Skip to content

Commit b81c057

Browse files
committed
Get rid of Zulu
1 parent 2921ef2 commit b81c057

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ ubuntu-16.04, ubuntu-latest, windows-latest ]
12-
java: [ '1.8', '11' ]
13-
arch: [ 'x86', 'x64' ]
12+
java: [ '8', '11' ]
13+
arch: [ 'x32', 'x64' ]
1414
exclude:
1515
- os: ubuntu-16.04
16-
arch: x86
16+
arch: x32
1717
- os: ubuntu-latest
18-
arch: x86
18+
arch: x32
1919

2020
name: Java ${{ matrix.java }}/${{ matrix.arch }}/${{ matrix.os }}
2121

@@ -29,7 +29,7 @@ jobs:
2929
key: m2
3030

3131
- name: Set up JDK ${{ matrix.java }}
32-
uses: actions/setup-java@v1
32+
uses: joschi/setup-jdk@2d2c40de6fb6af3db2a3d2bedd57eb02442521c4
3333
with:
3434
java-version: ${{ matrix.java }}
3535
architecture: ${{ matrix.arch }}

0 commit comments

Comments
 (0)