Skip to content

Commit

Permalink
Move macOS ARM build to EA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed May 15, 2024
1 parent 173f652 commit 1d5e095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-ea-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
java: [ 21 ]
os: [ ubuntu-latest ]
os: [ ubuntu-latest, macos-latest ]

name: JDK${{ matrix.java }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/java8-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ jobs:
fail-fast: false
matrix:
java: [ 8, 21 ]
os: [ ubuntu-latest, macOS-latest, windows-latest ]
exclude:
- os: macos-latest
java: 8
os: [ ubuntu-latest, macos-13, windows-latest ]

name: JDK${{ matrix.java }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1d5e095

Please sign in to comment.