Skip to content

Commit 659a3a6

Browse files
unity-setup@v1.0.5 (#11)
- convert to TypeScript - updated Ubuntu install scripts
1 parent 28e64f6 commit 659a3a6

File tree

14 files changed

+489
-278
lines changed

14 files changed

+489
-278
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
27+
os: [ubuntu-latest, windows-latest, macos-latest]
2828
unity-versions:
2929
- 'in version file'
3030
- 2019.4.40f1 (ffc62b691db5)
@@ -39,9 +39,6 @@ jobs:
3939
- os: windows-latest
4040
build-targets: StandaloneWindows64, Android, WSAPlayer
4141
modules: windows-server
42-
- os: macos-13
43-
build-targets: StandaloneOSX, Android, iOS
44-
modules: mac-server
4542
- os: macos-latest
4643
build-targets: StandaloneOSX Android iOS VisionOS
4744
modules: mac-server

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: 'unity-setup'
22
description: A GitHub action for setting up the Unity Game Engine for CI/CD workflows.
33
branding:
4-
icon: 'download'
5-
color: 'blue'
4+
color: blue
5+
icon: download
66
inputs:
77
version-file:
88
description: 'Specify a path to search for the unity project version text file. Useful if there are multiple projects in a single repo. Pass `None` if creating a new project to skip file search.'

0 commit comments

Comments
 (0)