Skip to content

Commit bafd5c5

Browse files
committed
fixes windows tests
(cherry picked from commit 4ca50b9)
1 parent 7f91556 commit bafd5c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309

310310
test-windows-unit:
311311
name: Run native Windows unit tests
312-
runs-on: windows-latest
312+
runs-on: windows-2022
313313
environment: ${{ github.event.pull_request.head.repo.fork && 'external' || 'internal' }}
314314

315315
steps:
@@ -349,7 +349,7 @@ jobs:
349349
${{ github.workspace }}\vcpkg\vcpkg install cpprestsdk:x64-windows openssl:x64-windows boost-system:x64-windows boost-date-time:x64-windows boost-regex:x64-windows
350350
shell: cmd
351351
env:
352-
VCPKG_BINARY_SOURCES: 'clear;files,${{ github.workspace }}/vcpkg-binary-cache,readwrite;x-gha,readwrite'
352+
VCPKG_BINARY_SOURCES: 'clear;files,${{ github.workspace }}/vcpkg-binary-cache,readwrite'
353353

354354
- name: Cache Windows example app build
355355
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # pin@v5.0.5

0 commit comments

Comments
 (0)