Skip to content

Commit ccd93a6

Browse files
committed
Update multitarget options in build workflow to limit platforms
1 parent 4ca8e99 commit ccd93a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them all to run to completion.
146146
matrix:
147147
winui: [2, 3]
148-
multitarget: ['uwp', 'wasdk', 'wasm', 'wpf', 'linuxgtk', 'macos', 'ios', 'android']
148+
multitarget: ['uwp', 'wasdk', 'wasm']
149149
exclude:
150150
# WinUI 2 not supported on wasdk
151151
- winui: 2

0 commit comments

Comments
 (0)