Commit 9ae354d
committed
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.1 parent 3e4b507 commit 9ae354d
1 file changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
37 | 44 | | |
38 | 45 | | |
39 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
40 | 50 | | |
41 | 51 | | |
42 | 52 | | |
| |||
0 commit comments