Skip to content

Commit 76358bc

Browse files
authored
Build add MacOs m1 arm64 support on jdk 1.8 (#29)
1 parent 8e9e388 commit 76358bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
java: [ '8', '11', '17', '21' ]
14-
os: [ 'ubuntu-latest', 'macos-12', 'windows-latest' ]
14+
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
1515
fail-fast: false
1616
steps:
1717
- uses: actions/checkout@v4
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-java@v4
2323
with:
2424
java-version: ${{ matrix.java }}
25-
distribution: 'temurin'
25+
distribution: 'zulu'
2626
- name: Cache Maven packages
2727
uses: actions/cache@v4
2828
with:

0 commit comments

Comments
 (0)