Skip to content

Commit

Permalink
rename 'ARM64' to 'arm64' in windows.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd committed Sep 24, 2024
1 parent c70f942 commit a167f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
type: [libs-cmake, msbuild]
platform: [x64, ARM64]
platform: [x64, arm64]
configuration: [Release]
fail-fast: false
steps:
Expand Down

0 comments on commit a167f26

Please sign in to comment.