We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2234d65 commit 5cbbd59Copy full SHA for 5cbbd59
.github/workflows/c-cpp.yml .github/workflows/windows-11-arm.yml.github/workflows/c-cpp.yml renamed to .github/workflows/windows-11-arm.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
build_x64:
7
- runs-on: windows-latest
+ runs-on: windows-11-arm
8
steps:
9
- name: Checkout repository
10
uses: actions/checkout@v2
@@ -33,7 +33,7 @@ jobs:
33
cmake --build .
34
35
build_arm64:
36
37
38
39
@@ -62,7 +62,7 @@ jobs:
62
63
64
build_arm64ec:
65
66
67
68
0 commit comments