Skip to content

Commit

Permalink
distribution
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
  • Loading branch information
georg-getz committed Jun 3, 2024
1 parent 7a38833 commit a67f696
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mac_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
# The job runs on different Java versions (LTS).
java: [21]
architecture: [aarch64]
distribution: [temurin]

runs-on: ${{ matrix.os }}

Expand All @@ -27,6 +28,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
architecture: ${{ matrix.architecture }}
distribution: ${{ matrix.distribution }}

- name: Set up Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit a67f696

Please sign in to comment.