Skip to content

Commit 5cbbd59

Browse files
authored
Update and rename c-cpp.yml to windows-11-arm.yml
1 parent 2234d65 commit 5cbbd59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build_x64:
7-
runs-on: windows-latest
7+
runs-on: windows-11-arm
88
steps:
99
- name: Checkout repository
1010
uses: actions/checkout@v2
@@ -33,7 +33,7 @@ jobs:
3333
cmake --build .
3434
3535
build_arm64:
36-
runs-on: windows-latest
36+
runs-on: windows-11-arm
3737
steps:
3838
- name: Checkout repository
3939
uses: actions/checkout@v2
@@ -62,7 +62,7 @@ jobs:
6262
cmake --build .
6363
6464
build_arm64ec:
65-
runs-on: windows-latest
65+
runs-on: windows-11-arm
6666
steps:
6767
- name: Checkout repository
6868
uses: actions/checkout@v2

0 commit comments

Comments
 (0)