diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b9c3f19..833706fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build: name: Build - runs-on: windows-2022 + runs-on: windows-latest steps: - name: Go uses: actions/setup-go@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d65f1460..45f2ba27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: build: name: Build - runs-on: windows-2022 + runs-on: windows-latest steps: - name: Go uses: actions/setup-go@v2 diff --git a/Redirector/Redirector.vcxproj b/Redirector/Redirector.vcxproj index 03c0e3a1..f698f770 100644 --- a/Redirector/Redirector.vcxproj +++ b/Redirector/Redirector.vcxproj @@ -21,13 +21,13 @@ DynamicLibrary true - v143 + v142 Unicode DynamicLibrary false - v143 + v142 true Unicode diff --git a/RouteHelper/RouteHelper.vcxproj b/RouteHelper/RouteHelper.vcxproj index e6507c8c..9a48c5ca 100644 --- a/RouteHelper/RouteHelper.vcxproj +++ b/RouteHelper/RouteHelper.vcxproj @@ -21,13 +21,13 @@ DynamicLibrary true - v143 + v142 Unicode DynamicLibrary false - v143 + v142 true Unicode