Skip to content

Commit a5f0e2d

Browse files
committed
Disable macos and windows matrices
1 parent a3a491b commit a5f0e2d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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' }}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)