File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
2828 fail-fast : false
2929 matrix :
3030 os :
31- - runner : macos-latest
32- shell : bash
33- separator : ' /'
31+ # - runner: macos-latest
32+ # shell: bash
33+ # separator: '/'
3434 - runner : ubuntu-latest
3535 shell : bash
3636 separator : ' /'
37- - runner : windows-latest
38- shell : msys2 {0}
39- separator : ' \'
37+ # - runner: windows-latest
38+ # shell: msys2 {0}
39+ # separator: '\'
4040 steps :
4141 - uses : msys2/setup-msys2@v2
4242 if : ${{ runner.os == 'Windows' }}
Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ jobs:
105105 tasks : publishToSonatype closeAndReleaseSonatypeStagingRepository
106106 enabled : ${{ github.event.inputs.skipMavenCentral != 'y' }}
107107 os :
108- - runner : macos-latest
109- shell : bash
110- - runner : windows-latest
111- shell : msys2 {0}
108+ # - runner: macos-latest
109+ # shell: bash
110+ # - runner: windows-latest
111+ # shell: msys2 {0}
112112 - runner : ubuntu-latest
113113 shell : bash
114114 steps :
You can’t perform that action at this time.
0 commit comments