Skip to content

Commit 7babe10

Browse files
committed
chore
1 parent e242bd7 commit 7babe10

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
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 }}

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
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'
@@ -41,7 +39,7 @@ jobs:
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'

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
matrix:
2323
os:
2424
- ubuntu-latest
25-
# - windows-latest
26-
# - macos-latest
2725
java:
2826
- '21'
2927
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)