Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 28, 2024
1 parent 825f318 commit f641638
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ jobs:
build_type: x86-Release-Clang
arch: amd64_x86
- os: windows-2022
build_type: arm64-Debug
build_type: arm64-Debug-Win10
arch: amd64_arm64
- os: windows-2022
build_type: arm64-Release
build_type: arm64-Release-Win10
arch: amd64_arm64
- os: windows-2022
build_type: arm64ec-Debug
build_type: arm64ec-Debug-Win10
arch: amd64_arm64
- os: windows-2022
build_type: arm64ec-Release
build_type: arm64ec-Release-Win10
arch: amd64_arm64

steps:
Expand Down
16 changes: 8 additions & 8 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,14 @@
{ "name": "x64-Fuzzing" , "description": "MSVC for x64 (Release) with ASan", "inherits": [ "base", "x64", "Release", "MSVC", "Win10", "Fuzzing" ] }
],
"testPresets": [
{ "name": "x64-Debug" , "configurePreset": "x64-Debug" },
{ "name": "x64-Release" , "configurePreset": "x64-Release" },
{ "name": "x86-Debug" , "configurePreset": "x86-Debug" },
{ "name": "x86-Release" , "configurePreset": "x86-Release" },
{ "name": "arm64-Debug" , "configurePreset": "arm64-Debug-Win10" },
{ "name": "arm64-Release" , "configurePreset": "arm64-Release-Win10" },
{ "name": "arm64ec-Debug" , "configurePreset": "arm64ec-Debug-Win10" },
{ "name": "arm64ec-Release", "configurePreset": "arm64ec-Release-Win10" },
{ "name": "x64-Debug" , "configurePreset": "x64-Debug" },
{ "name": "x64-Release" , "configurePreset": "x64-Release" },
{ "name": "x86-Debug" , "configurePreset": "x86-Debug" },
{ "name": "x86-Release" , "configurePreset": "x86-Release" },
{ "name": "arm64-Debug-Win10" , "configurePreset": "arm64-Debug-Win10" },
{ "name": "arm64-Release-Win10" , "configurePreset": "arm64-Release-Win10" },
{ "name": "arm64ec-Debug-Win10" , "configurePreset": "arm64ec-Debug-Win10" },
{ "name": "arm64ec-Release-Win10", "configurePreset": "arm64ec-Release-Win10" },

{ "name": "x64-Debug-Win7" , "configurePreset": "x64-Debug-Win7" },
{ "name": "x64-Release-Win7" , "configurePreset": "x64-Release-Win7" },
Expand Down

0 comments on commit f641638

Please sign in to comment.