Skip to content

Commit a78dea8

Browse files
committed
Fix macOS Intel runner image
1 parent 3ff665e commit a78dea8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/java8-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
java: [ 17, 21 ]
15-
os: [ ubuntu-latest, macos-13, windows-latest ]
15+
os: [ ubuntu-latest, macos-15-intel, windows-latest ]
1616

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

0 commit comments

Comments
 (0)