We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33103aa commit 90757efCopy full SHA for 90757ef
.github/workflows/meson.yml
@@ -29,6 +29,14 @@ on:
29
new_release_version:
30
type: string
31
required: false
32
+ osx-version:
33
+ type: string
34
+ required: false
35
+ default: "11.1"
36
+ macosx-deployment-target:
37
38
39
+ default: "10.15"
40
41
# Triggers the workflow when called by a top-level workflow
42
workflow_call:
@@ -48,6 +56,14 @@ on:
48
56
49
57
50
58
59
60
61
62
63
64
65
66
51
67
52
68
jobs:
53
69
build-linux:
0 commit comments