File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 2020 matrix :
2121 os :
2222 - ubuntu-latest
23- # - windows-latest
24- # - macos-latest
25- # - macos-15-intel
2623 java :
2724 - ' 21'
2825 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 2222 os :
2323 - ubuntu-latest
2424 - windows-latest
25- # pinned to macos-13 due to https://github.com/actions/runner-images/issues/9254
26- - macos-13
2725 - macos-15-intel
2826 java :
2927 - ' 21'
4139 - name : Setup Gradle
4240 uses : gradle/actions/setup-gradle@v5
4341 - name : Install Docker on macOS
44- if : matrix.os == 'macos-13' || matrix.os == 'macos- 15-intel'
42+ if : matrix.os == 'macos-15-intel'
4543 uses :
douglascamata/[email protected] 4644 - name : Prepare Named Pipe integration test on Windows
4745 if : matrix.os == 'windows-latest'
Original file line number Diff line number Diff line change 2222 matrix :
2323 os :
2424 - ubuntu-latest
25- # - windows-latest
26- # - macos-latest
2725 java :
2826 - ' 21'
2927 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments