Skip to content

Commit 3bdb14b

Browse files
committed
ci: Attempt to fix ci
1 parent 350c0a1 commit 3bdb14b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
# License
1313
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
1414
# Project
15-
UNITY_VERSION: 2022.1.9f1
15+
UNITY_VERSION: 6000.2.6f2
1616
PROJECT_PATH: .
1717

1818
jobs:

.github/workflows/license.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
UNITY_VER: 2022.1.9f1
14-
ULF_FILE: Unity_v2022.x.ulf
13+
UNITY_VER: 6000.2.6f2
14+
ULF_FILE: Unity_v6000.x.ulf
1515

1616
jobs:
1717
request_alf:

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
# License
1313
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
1414
# Project
15-
UNITY_VERSION: 2022.1.9f1
15+
UNITY_VERSION: 6000.2.6f2
1616
PROJECT_PATH: .
1717
# Packaging
1818
PKG_VERSION: 0.1.3

0 commit comments

Comments
 (0)