File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,12 @@ runs:
4040 run : sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev
4141 shell : ${{ inputs.shell_type }}
4242
43- # CMakeのセットアップ
44- - name : Setup CMake
43+ # Mac向けのCMakeのセットアップ
44+ - name : Setup CMake on macOS
45+ if : runner.os == 'macOS'
4546 uses : lukka/get-cmake@latest
4647 with :
47- cmakeVersion : ' 3.25.2 ' # ← 使用したいバージョンを指定
48+ cmakeVersion : ' 3.27.x ' # cmakeバージョンを指定
4849
4950 - name : Check CMake version
5051 run : cmake --version
@@ -106,7 +107,6 @@ runs:
106107 -D BUILD_LIB_TYPE=dynamic
107108 -D RUNTIME_LIB_TYPE=MT
108109 -D CMAKE_OSX_ARCHITECTURES:STRING="${{ inputs.arch }}"
109- -D CMAKE_POLICY_VERSION_MINIMUM=3.5
110110 ${{ env.ADDITIONAL_CMAKE_OPTIONS }}
111111 shell : ${{ inputs.shell_type }}
112112 # 10万行超えの警告が出るので一時的な処置として警告を抑制しています。
You can’t perform that action at this time.
0 commit comments