Skip to content

Commit 21ca1b8

Browse files
committed
Disable windows-arm64
1 parent 16f21d2 commit 21ca1b8

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

.github/matrix_includes_projmgr.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,5 @@
4343
"runOn": "always",
4444
"pyswig": true,
4545
"goswig": false
46-
},
47-
{
48-
"runs_on":"windows-2019",
49-
"target":"windows",
50-
"arch": "arm64",
51-
"binary": "csolution.exe",
52-
"runOn": "always",
53-
"pyswig": false,
54-
"goswig": false
5546
}
5647
]

.github/workflows/projmgr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,6 @@ jobs:
199199
name: projmgr-windows-amd64
200200
path: tools/projmgr/distribution/bin/windows-amd64/
201201

202-
- name: Download projmgr windows-arm64
203-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
204-
with:
205-
name: projmgr-windows-arm64
206-
path: tools/projmgr/distribution/bin/windows-arm64/
207-
208202
- name: Download projmgr-swig-python linux-amd64
209203
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
210204
with:

0 commit comments

Comments
 (0)