Skip to content

Commit 4b24201

Browse files
committed
adjust vcpkg workflow
1 parent bfca5e3 commit 4b24201

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build-client-vcpkg.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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
@@ -54,8 +54,6 @@ jobs:
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
@@ -70,7 +68,7 @@ jobs:
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() }}

0 commit comments

Comments
 (0)