Skip to content

Commit 20e276f

Browse files
authored
実行環境を windows-2022 に更新
1 parent e9ff328 commit 20e276f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: windows-latest
12+
runs-on: windows-2022
1313

1414
strategy:
1515
matrix:
@@ -28,7 +28,7 @@ jobs:
2828
uses: lukka/run-vcpkg@v7
2929
with:
3030
setupOnly: true
31-
vcpkgGitCommitId: 5568f110b509a9fd90711978a7cb76bae75bb092
31+
vcpkgGitCommitId: d8d61c941c333a147edffdcbdc9964dc0c0962f5
3232
vcpkgTriplet: ${{ matrix.platform }}-windows
3333
appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }}
3434

0 commit comments

Comments
 (0)