Skip to content

Commit

Permalink
[GitHub Actions] Windows: Temporarily revert back to MSVC 2019
Browse files Browse the repository at this point in the history
The latest release of MSVC 2022 (17.2) triggers an internal compiler error when compiling libANGLE.
  • Loading branch information
past-due authored and pull[bot] committed Dec 4, 2022
1 parent 32ad8ee commit 1112972
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
strategy:
matrix:
include:
- compiler: "MSVC_2022"
- compiler: "MSVC_2019"
architecture: "x86"
deploy_release: true
support_sentry : true
- compiler: "MSVC_2022"
- compiler: "MSVC_2019"
architecture: "x64"
artifact_description: "msvc_x64"
deploy_release: false
support_sentry : true
- compiler: "MSVC_2022"
- compiler: "MSVC_2019"
architecture: "arm64"
deploy_release: true
- compiler: "MINGW_CLANG"
Expand All @@ -45,7 +45,7 @@ jobs:
UseMultiToolTask: true
EnforceProcessCountAcrossBuilds: true
name: '${{ matrix.architecture }} [${{ matrix.compiler }}]'
runs-on: windows-2022
runs-on: windows-2019
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1112972

Please sign in to comment.