Skip to content

Commit

Permalink
removed ARM target on Visual test
Browse files Browse the repository at this point in the history
Visual 2022 does no longer support ARM target
  • Loading branch information
Cyan4973 committed Dec 4, 2024
1 parent dd11140 commit 26e1d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ jobs:
{ os: windows-2022, vc: "VC++ 2022", clangcl: 'true', },
{ os: windows-2019, vc: "VC++ 2019", clangcl: 'true', },
]
arch: [ x64, Win32, ARM, ARM64 ]
arch: [ x64, Win32, ARM64 ]

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 26e1d5c

Please sign in to comment.