Skip to content

Commit ef25828

Browse files
authored
fix: fix macos cmake version (#4049)
1 parent 5a84621 commit ef25828

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ jobs:
174174
with:
175175
java-version: '8'
176176
distribution: 'temurin'
177+
- name: Setup CMake
178+
uses: jwlawson/actions-setup-cmake@v1
179+
with:
180+
cmake-version: '3.22.0'
177181
- name: prepare release
178182
run: |
179183
VERSION="snapshot"

.github/workflows/sdk.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ jobs:
173173
uses: maxim-lobanov/setup-xcode@v1
174174
with:
175175
xcode-version: '14.1.0'
176+
- name: Setup CMake
177+
uses: jwlawson/actions-setup-cmake@v1
178+
with:
179+
cmake-version: '3.22.0'
176180

177181
- name: Cache local Maven repository
178182
uses: actions/cache@v3
@@ -341,6 +345,10 @@ jobs:
341345
uses: maxim-lobanov/setup-xcode@v1
342346
with:
343347
xcode-version: '14.1.0'
348+
- name: Setup CMake
349+
uses: jwlawson/actions-setup-cmake@v1
350+
with:
351+
cmake-version: '3.22.0'
344352

345353
- name: prepare release
346354
if: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)