Skip to content

Commit

Permalink
Update GH actions to fix macos x64 and include arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Nov 4, 2024
1 parent c891a80 commit c42c027
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/macos-arm64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: MacOS arm64

on:
push

jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Azul JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu'
cache: 'maven'
- name: Test in Maven
run: mvn test
2 changes: 1 addition & 1 deletion .github/workflows/macos-x64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: macos-11
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Set up Azul JDK 11
Expand Down

0 comments on commit c42c027

Please sign in to comment.