diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23333674bed4b..3ba3e23c625e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -155,15 +155,15 @@ jobs: strategy: matrix: include: - - runner: windows-2022 + - runner: windows build-type: Release arch: amd64 suffix: "" - - runner: windows-2022 + - runner: windows build-type: Debug arch: amd64 suffix: -debug - runs-on: windows-2022 + runs-on: ${{ matrix.runner }} timeout-minutes: 90 steps: - name: Install VS2022 BuildTools 17.9.7 diff --git a/Source/WTF/wtf/URL.cpp b/Source/WTF/wtf/URL.cpp index cc65b19e07a63..2531c752dc9f8 100644 --- a/Source/WTF/wtf/URL.cpp +++ b/Source/WTF/wtf/URL.cpp @@ -240,15 +240,17 @@ static String decodeEscapeSequencesFromParsedURLForWindowsPath(const std::span