Skip to content

Commit 90757ef

Browse files
authored
forgot to add the osx target inputs
1 parent 33103aa commit 90757ef

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/meson.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ on:
2929
new_release_version:
3030
type: string
3131
required: false
32+
osx-version:
33+
type: string
34+
required: false
35+
default: "11.1"
36+
macosx-deployment-target:
37+
type: string
38+
required: false
39+
default: "10.15"
3240

3341
# Triggers the workflow when called by a top-level workflow
3442
workflow_call:
@@ -48,6 +56,14 @@ on:
4856
new_release_version:
4957
type: string
5058
required: false
59+
osx-version:
60+
type: string
61+
required: false
62+
default: "11.1"
63+
macosx-deployment-target:
64+
type: string
65+
required: false
66+
default: "10.15"
5167

5268
jobs:
5369
build-linux:

0 commit comments

Comments
 (0)