Skip to content

Commit f56bb70

Browse files
committed
test2
1 parent 690ed38 commit f56bb70

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@ on:
2121
type: string
2222
os:
2323
description: os to use in the run
24-
type: choice
25-
options:
26-
- '["ubuntu-latest"]'
27-
- '["windows-latest"]'
28-
- '["macos-latest"]'
29-
- '["ubuntu-latest", "macos-latest", "windows-latest"]'
24+
type: string
3025
default: '["ubuntu-latest", "macos-latest", "windows-latest"]'
3126
required: true
3227

0 commit comments

Comments
 (0)