Skip to content

Commit

Permalink
Update linux_develop_workflow.yml
Browse files Browse the repository at this point in the history
updated linux develop workflow to Unity 2022.3.7f1
  • Loading branch information
fwild authored Mar 26, 2024
1 parent e63ef59 commit 35d5189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_develop_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
unityVersion: 2021.3.8f1
unityVersion: 2022.3.7f1

build:
name: Build Unity
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
targetPlatform: Android
unityVersion: 2021.3.8f1
unityVersion: 2022.3.7f1
versioning: Semantic
# dirty build needed to include generated Watson credentials
allowDirtyBuild: true
Expand Down

0 comments on commit 35d5189

Please sign in to comment.