Skip to content

Commit 8196299

Browse files
unity-setup@v1.0.20 (#24)
- updated dependencies
1 parent 0b5051c commit 8196299

File tree

9 files changed

+217
-97
lines changed

9 files changed

+217
-97
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update Release Tags
22
on:
33
push:
4-
tags: '*'
4+
tags: ['*']
55
workflow_dispatch:
66
jobs:
77
update-release-tags:
@@ -12,7 +12,5 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15+
fetch-tags: true
1516
- uses: RageAgainstThePixel/update-action-release-tags@v1
16-
with:
17-
update-major: true
18-
update-minor: true

.github/workflows/validate.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ on:
33
schedule:
44
- cron: '0 0 * * 0' # Run every Sunday at midnight
55
push:
6-
branches:
7-
- 'main'
6+
branches: ['main']
87
pull_request:
9-
branches:
10-
- '*'
8+
branches: ['*']
119
# Allows you to run this workflow manually from the Actions tab
1210
workflow_dispatch:
1311
concurrency:
@@ -41,9 +39,6 @@ jobs:
4139
- os: windows-latest
4240
build-targets: StandaloneWindows64, Android, WSAPlayer
4341
modules: windows-server
44-
- os: macos-13
45-
build-targets: StandaloneOSX, Android, iOS
46-
modules: mac-server
4742
- os: macos-latest
4843
build-targets: StandaloneOSX Android iOS VisionOS
4944
modules: mac-server

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A GitHub Action for setting up the [Unity Game Engine](https://unity.com) for CI
1111
```yaml
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
14+
os: [ubuntu-latest, windows-latest, macos-latest]
1515
unity-versions:
1616
- None
1717
- 2019.4.40f1 (ffc62b691db5)
@@ -26,9 +26,6 @@ strategy:
2626
- os: windows-latest
2727
build-targets: StandaloneWindows64, Android, WSAPlayer
2828
modules: windows-server
29-
- os: macos-13
30-
build-targets: StandaloneOSX, Android, iOS
31-
modules: mac-server
3229
- os: macos-latest
3330
build-targets: StandaloneOSX, Android, iOS, VisionOS
3431
modules: mac-server

0 commit comments

Comments
 (0)