Skip to content

Commit 2bc9e95

Browse files
authored
1 parent 3284f7c commit 2bc9e95

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
matrix:
2121
os:
2222
- ubuntu-latest
23-
# - windows-latest
24-
# - macos-latest
2523
java:
2624
- '21'
2725
runs-on: ${{ matrix.os }}

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ 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
25+
- macos-15-intel
2726
java:
2827
- '21'
2928
runs-on: ${{ matrix.os }}
@@ -40,7 +39,7 @@ jobs:
4039
- name: Setup Gradle
4140
uses: gradle/actions/setup-gradle@v5
4241
- name: Install Docker on macOS
43-
if: matrix.os == 'macos-13'
42+
if: matrix.os == 'macos-15-intel'
4443
uses: douglascamata/setup-docker-macos-action@v1.0.1
4544
- name: Login to Docker Hub
4645
uses: docker/login-action@v3

.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)