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 613730f commit 2e0d5e1Copy full SHA for 2e0d5e1
.github/workflows/macos-job.yml
@@ -15,6 +15,11 @@ on:
15
description: 'Runner type to utilize'
16
default: "macos-12"
17
type: string
18
+ python-version:
19
+ description: If set to any value, dont use sudo to clean the workspace
20
+ required: false
21
+ type: string
22
+ default: "3.9"
23
upload-artifact:
24
description: 'Name to give artifacts uploaded from ${RUNNER_ARTIFACT_DIR}'
25
default: ""
0 commit comments