Skip to content

Commit 637932b

Browse files
Add Windows 11 ARM configuration to CI workflow (#176)
See https://github.com/actions/partner-runner-images/blob/main/images/arm-windows-11-image.md for more info about this GitHub runner.
1 parent f499a25 commit 637932b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
{ os: macos-15, c_compiler: cc, cpp_compiler: c++, cmake_args: "-DSYSTEM_SQLITE=OFF" },
3131
{ os: windows-2022, c_compiler: cl, cpp_compiler: cl },
3232
{ os: windows-2025, c_compiler: cl, cpp_compiler: cl },
33+
{ os: windows-11-arm, c_compiler: cl, cpp_compiler: cl },
3334
]
3435

3536
runs-on: ${{ matrix.config.os }}

0 commit comments

Comments
 (0)