Skip to content

Commit 4bbb1ad

Browse files
authored
fix: remove unnecessary parameter from macos-runner (#23)
1 parent 0e19b68 commit 4bbb1ad

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

src/executors/macos-runner.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,10 @@ description: |
22
Drop-in executor to build projects in a macOS runner.
33
44
parameters:
5-
target_platform:
6-
description: |
7-
Pick the target platform for the GameCI image.
8-
Available options can be found at https://game.ci/docs/docker/versions.
9-
The 2018 release doesn't support the "linux-il2cpp" target platform.
10-
type: enum
11-
enum: [ "appletv", "base", "universal-windows-platform", "windows-il2cpp" ]
125
editor_version:
136
description: |
14-
Pick the editor version for the GameCI image.
15-
Make sure to pick the same major version as the Unity version you generated the license for.
16-
Available options can be found at https://game.ci/docs/docker/versions.
7+
Pick the Unity Editor version.
8+
Available options can be found at https://unity3d.com/get-unity/download/archive.
179
type: string
1810
resource_class:
1911
description: |
@@ -31,4 +23,3 @@ resource_class: << parameters.resource_class >>
3123
working_directory: << parameters.working_directory >>
3224
environment:
3325
- UNITY_EDITOR_VERSION=<< parameters.editor_version >>
34-
- UNITY_TARGET_PLATFORM=<< parameters.target_platform >>

0 commit comments

Comments
 (0)