File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ${{ matrix.os }}
1616 strategy :
1717 matrix :
18- os : [ubuntu-24.04, ubuntu-24.04-arm, macOS-14 ]
18+ os : [ubuntu-24.04, ubuntu-24.04-arm, macOS-15 ]
1919 distribution : ['temurin']
2020 fail-fast : false
2121 name : ${{ matrix.os }} JDK 25 (via Gradle Java toolchains)
5757 runs-on : ${{ matrix.os }}
5858 strategy :
5959 matrix :
60- os : [ubuntu-24.04, ubuntu-24.04-arm, macOS-14 ]
60+ os : [ubuntu-24.04, ubuntu-24.04-arm, macOS-15 ]
6161 java : [ '25' ]
6262 distribution : [ 'graalvm' ]
6363 fail-fast : false
@@ -120,7 +120,7 @@ jobs:
120120 runs-on : ${{ matrix.os }}
121121 strategy :
122122 matrix :
123- os : [ubuntu-24.04, ubuntu-24.04-arm, macOS-14 ]
123+ os : [ubuntu-24.04, ubuntu-24.04-arm, macOS-15 ]
124124 fail-fast : false
125125 name : ${{ matrix.os }} Nix
126126 steps :
You can’t perform that action at this time.
0 commit comments