Skip to content

Commit 5852193

Browse files
[repo] Add Windows 11 ARM64 to actions CI (#6474)
Co-authored-by: Rajkumar Rangaraj <[email protected]>
1 parent f122f00 commit 5852193

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Component.BuildTest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
required: false
2121
type: string
2222
os-list:
23-
default: '[ "windows-latest", "ubuntu-22.04", "ubuntu-22.04-arm" ]'
23+
default: '[ "windows-latest", "windows-11-arm", "ubuntu-22.04", "ubuntu-22.04-arm" ]'
2424
required: false
2525
type: string
2626
tfm-list:
@@ -46,6 +46,8 @@ jobs:
4646
version: net462
4747
- os: ubuntu-22.04-arm
4848
version: net8.0
49+
- os: windows-11-arm
50+
version: net8.0
4951

5052
runs-on: ${{ matrix.os }}
5153
steps:

0 commit comments

Comments
 (0)