Try fixing the macos build #6164
Annotations
8 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, lukka/get-cmake@v3.25.2, actions/cache@v3, lukka/run-vcpkg@v11.1, lukka/run-cmake@v10.6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
bundle: assemble:
build/vcpkg_installed/x64-linux/share/libffi/libffiConfig.cmake#L2
find_package(libffi) is deprecated.
|
app: build:
build/vcpkg_installed/x64-linux/share/libffi/libffiConfig.cmake#L2
find_package(libffi) is deprecated.
|
app: build
control reaches end of non-void function [-Wreturn-type]
|
test: unit tests:
build/vcpkg_installed/x64-linux/share/libffi/libffiConfig.cmake#L2
find_package(libffi) is deprecated.
|
app: configuration & vendor dependencies:
build/vcpkg_installed/x64-linux/share/libffi/libffiConfig.cmake#L2
find_package(libffi) is deprecated.
|
bundle: e2e tests:
build/vcpkg_installed/x64-linux/share/libffi/libffiConfig.cmake#L2
find_package(libffi) is deprecated.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Kart-linux-amd64-deb", "Kart-linux-amd64-rpm", "Kart-linux-amd64-tgz", "Kart-linux-arm64-deb", "Kart-linux-arm64-rpm", "Kart-linux-arm64-tgz", "Kart-windows-X64-bundle", "Kart-windows-X64-installer", "vendor-linux-amd64-py3.11", "vendor-linux-arm64-py3.11", "vendor-windows-X64-py3.11".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading