File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- os : [windows-2022, macos-11 , ubuntu-20.04]
13
+ os : [windows-2022, macos-latest , ubuntu-20.04]
14
14
env :
15
15
BUILD_TYPE : ' Release'
16
16
CMAKE_GENERATOR : ' Ninja'
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ description = "Dependencies from vcpkg"
19
19
# See https://github.com/microsoft/vcpkg/releases for vcpkg versions
20
20
# See https://vcpkg.io/en/packages.html for available packages
21
21
[vcpkg ]
22
- version = " 2022.11.14 "
22
+ version = " 2024.03.25 "
23
23
packages = [" fmt" ]
24
24
25
25
[find-package ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description = "Dependencies from vcpkg"
7
7
# See https://github.com/microsoft/vcpkg/releases for vcpkg versions
8
8
# See https://vcpkg.io/en/packages.html for available packages
9
9
[vcpkg ]
10
- version = " 2022.11.14 "
10
+ version = " 2024.03.25 "
11
11
packages = [" fmt" ]
12
12
13
13
[find-package ]
You can’t perform that action at this time.
0 commit comments