File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717 matrix :
1818 config : [
1919 {
20- os : windows-2022 ,
20+ os : windows-2025 ,
2121 cmakeBuildType : Release,
2222 cudaEnabled : true,
2323 testsEnabled : true,
2424 exportPackage : true,
2525 },
2626 {
27- os : windows-2022 ,
27+ os : windows-2025 ,
2828 cmakeBuildType : Release,
2929 cudaEnabled : false,
3030 testsEnabled : true,
@@ -37,13 +37,13 @@ jobs:
3737 COMPILER_CACHE_DIR : ${{ github.workspace }}/compiler-cache
3838 CCACHE_DIR : ${{ github.workspace }}/compiler-cache/ccache
3939 CCACHE_BASEDIR : ${{ github.workspace }}
40- VCPKG_COMMIT_ID : bc3512a509f9d29b37346a7e7e929f9a26e66c7e
40+ VCPKG_COMMIT_ID : 2ad7bd06128280e02bfe02361d8ffd7d465cfcf0
4141 GLOG_v : 1
4242 GLOG_logtostderr : 1
4343
4444 steps :
4545 - uses : actions/checkout@v4
46-
46+
4747 # We define the vcpkg binary sources using separate variables for read and
4848 # write operations:
4949 # * Read sources are defined as inline. These can be read by anyone and,
7474 key : v${{ env.COMPILER_CACHE_VERSION }}-${{ matrix.config.os }}-${{ matrix.config.cmakeBuildType }}-${{ matrix.config.asanEnabled }}--${{ matrix.config.cudaEnabled }}-${{ github.run_id }}-${{ github.run_number }}
7575 restore-keys : v${{ env.COMPILER_CACHE_VERSION }}-${{ matrix.config.os }}-${{ matrix.config.cmakeBuildType }}-${{ matrix.config.asanEnabled }}--${{ matrix.config.cudaEnabled }}
7676 path : ${{ env.COMPILER_CACHE_DIR }}
77-
77+
7878 - name : Install ccache
7979 shell : pwsh
8080 run : |
You can’t perform that action at this time.
0 commit comments