diff options
author | Merry <[email protected]> | 2022-02-26 13:38:36 +0000 |
---|---|---|
committer | Merry <[email protected]> | 2022-02-26 13:38:36 +0000 |
commit | 123efbbfbe639261e7c9d435b8822ac38c01cc48 (patch) | |
tree | e13caaf717c710b630db7be3529e915018b4610f /.github | |
parent | 5092972843d8ed34dd98f7836e3d6297ef6c0eb7 (diff) | |
download | dynarmic-123efbbfbe639261e7c9d435b8822ac38c01cc48.tar.gz dynarmic-123efbbfbe639261e7c9d435b8822ac38c01cc48.zip |
github: Update for windows-2022 builder
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-and-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 921556bd..729bcea7 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -70,7 +70,7 @@ jobs: -DBoost_INCLUDE_DIRS=${{github.workspace}}/externals/ext-boost -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DDYNARMIC_ENABLE_CPU_FEATURE_DETECTION=${{matrix.cpu_detection}} - -G "Visual Studio 16 2019" + -G "Visual Studio 17 2022" -A x64 - name: Build |