Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Clone vcpkg on macOS & set VCPKG_ROOT conditionally
Removed macos-11 (I think those runners don't exist anymore) and added macos-13 instead (macos-latest is currently 14). According to various GitHub issues (using a ChatGPT web search), only macOS12 and 13 (Intel) still contain vcpkg pre-installed - the ARM64 versions and macOS 14 (Intel) do not contain vcpkg preinstalled anymore. So we manually clone it on macOS. Note: We should probably migrate to using https://github.com/marketplace/actions/run-vcpkg. Also added ubuntu-24.04 to see if that builds.
- Loading branch information