Skip to content

Commit

Permalink
fix(build): bump CI CMake version to 3.19 for macos11 packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Jul 26, 2022
1 parent e0f8901 commit 69518c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@ jobs:
run: git fetch origin --force --tags

- name: "[macOS/Ubuntu 18.04] Set up cmake"
uses: jwlawson/actions-setup-cmake@v1.4
uses: jwlawson/actions-setup-cmake@v1.12
# Ubuntu 20.04 should use the CMake version from the repos, and Visual
# Studio on Windows comes with its own CMake version anyway.
if: runner.os == 'macOS' || matrix.os == 'ubuntu-18.04'
with:
# This should always match the mininum required version in
# our CMakeLists.txt
cmake-version: '3.16.x'
cmake-version: '3.19.x'

- name: "[Windows] Set up MSVC Developer Command Prompt"
if: runner.os == 'Windows'
Expand Down

0 comments on commit 69518c1

Please sign in to comment.