Skip to content

Commit

Permalink
Build add MacOs m1 arm64 support on jdk 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed May 6, 2024
1 parent 8e9e388 commit 4a87594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
java: [ '8', '11', '17', '21' ]
os: [ 'ubuntu-latest', 'macos-12', 'windows-latest' ]
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand All @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
distribution: 'julu'
- name: Cache Maven packages
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 4a87594

Please sign in to comment.