File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 4242 - ubuntu-22.04
4343 - windows-2025
4444 - windows-2022
45- - macos-13
45+ # - macos-15
4646 include :
4747 - os : windows-2022
4848 cmake_preset : ryzom-client-x64-windows-vcpkg
5454 - os : ubuntu-24.04
5555 ubuntu_version : 24.04
5656 cmake_preset : ryzom-client-x64-linux-vcpkg
57- - os : macos-13
58- cmake_preset : macos-ryzom-client
5957
6058 steps :
6159 - uses : actions/checkout@v4
7068
7169 - uses : lukka/get-cmake@latest
7270 with :
73- cmakeVersion : 3.31.6
71+ cmakeVersion : 3.31.11
7472
7573 - uses : lukka/run-vcpkg@v11
7674
@@ -124,10 +122,10 @@ jobs:
124122 - name : Build
125123 env :
126124 MACOSX_DEPLOYMENT_TARGET : 10.13
127- run : cmake --build --preset ryzom-client
125+ run : cmake --build --preset ci- ryzom-client
128126
129127 - name : Package
130- run : cmake --build -- preset ryzom-client --target package
128+ run : cpack --preset ci- ryzom-client
131129
132130 - uses : actions/upload-artifact@v4
133131 if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments