We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff665e commit a78dea8Copy full SHA for a78dea8
1 file changed
.github/workflows/java8-maven.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
java: [ 17, 21 ]
15
- os: [ ubuntu-latest, macos-13, windows-latest ]
+ os: [ ubuntu-latest, macos-15-intel, windows-latest ]
16
17
name: JDK${{ matrix.java }} on ${{ matrix.os }}
18
runs-on: ${{ matrix.os }}
0 commit comments