File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 strategy :
1212 fail-fast : false
1313 matrix :
14- os : [ macOS-13 , ubuntu-22.04, windows-2022 ]
14+ os : [ macos-15-intel , ubuntu-22.04, windows-2022 ]
1515 java : [ 11, 17 ]
1616 runs-on : ${{ matrix.os }}
1717 steps :
1818 - run : git config --global core.longpaths true
1919 - uses : actions/checkout@v4
20- - uses : actions/setup-java@v4
20+ - uses : actions/setup-java@v5
2121 with :
2222 java-version : ${{ matrix.java }}
2323 distribution : temurin
@@ -37,12 +37,12 @@ jobs:
3737 strategy :
3838 fail-fast : false
3939 matrix :
40- os : [ macOS-13 , ubuntu-22.04, windows-2022 ]
40+ os : [ macos-15-intel , ubuntu-22.04, windows-2022 ]
4141 runs-on : ${{ matrix.os }}
4242 steps :
4343 - run : git config --global core.longpaths true
4444 - uses : actions/checkout@v4
45- - uses : actions/setup-java@v4
45+ - uses : actions/setup-java@v5
4646 with :
4747 java-version : 11
4848 distribution : temurin
5151 - name : Install with Java 11
5252 run : mvn install --errors --batch-mode --no-transfer-progress -Dcheckstyle.skip -DskipTests -Dfmt.skip
5353
54- - uses : actions/setup-java@v4
54+ - uses : actions/setup-java@v5
5555 with :
5656 java-version : 8
5757 distribution : temurin
You can’t perform that action at this time.
0 commit comments