File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 19
19
- windows-2025
20
20
- windows-2022
21
21
- windows-2019
22
+ - windows-11-arm
22
23
container-runs-on :
23
24
type : choice
24
25
description : ' The Docker container to run the job on (this overrides the `runs-on` input)'
Original file line number Diff line number Diff line change 35
35
} )
36
36
. filter ( runsOn => runsOn )
37
37
38
+ // The Windows/ARM64 runners are in public preview (and for the time being,
39
+ // not listed in the `runner-images` README file), so we need to add this
40
+ // manually.
41
+ if ( ! choices . includes ( 'windows-11-arm' ) ) choices . push ( 'windows-11-arm' )
42
+
38
43
// Now edit the `manual-test` workflow definition
39
44
const ymlPath = `${ __dirname } /manual-test.yml`
40
45
const yml = fs . readFileSync ( ymlPath , 'utf8' )
You can’t perform that action at this time.
0 commit comments