Skip to content

Commit 1ad2253

Browse files
committed
Move macOS ARM build to EA workflow
1 parent 3450f23 commit 1ad2253

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/java-ea-maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
java: [ 21 ]
15-
os: [ ubuntu-latest ]
15+
os: [ ubuntu-latest, macos-latest ]
1616

1717
name: JDK${{ matrix.java }} on ${{ matrix.os }}
1818
runs-on: ${{ matrix.os }}

.github/workflows/java8-maven.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
java: [ 8, 21 ]
12-
os: [ ubuntu-latest, macOS-latest, windows-latest ]
13-
exclude:
14-
- os: macos-latest
15-
java: 8
12+
os: [ ubuntu-latest, macos-13, windows-latest ]
1613

1714
name: JDK${{ matrix.java }} on ${{ matrix.os }}
1815
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)