Skip to content

Commit

Permalink
Merge branch 'feature/ci' into develop
Browse files Browse the repository at this point in the history
* feature/ci:
  - part 2
  - making mistakes is how we learn
  - still getting an x86 java, trying something new
  - that was a woops
  • Loading branch information
vonnieda committed Sep 1, 2022
2 parents ea86c2a + ec921d3 commit 162618c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, macos-10.15]
java: [18]
java: [8]

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

Expand Down Expand Up @@ -307,16 +307,18 @@ jobs:
build_mac_aarch64:
strategy:
matrix:
java: [8]
java: [18]
runs-on: [self-hosted, macOS, ARM64]

steps:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Setup JDK ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'temurin'
architecture: aarch64
java-version: ${{ matrix.java }}

- name: Get Version Info
Expand Down

0 comments on commit 162618c

Please sign in to comment.