Skip to content

Commit 831979e

Browse files
committed
ci: Attempt to fix ci
1 parent d91e5d9 commit 831979e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
# License
1414
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
1515
# Project
16-
UNITY_VERSION: 6000.2.0f1
16+
UNITY_VERSION: 6000.2.6f2
1717
PROJECT_PATH: .
1818

1919
jobs:

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
UNITY_VERSION: 6000.2.0f1
13+
UNITY_VERSION: 6000.2.6f2
1414
ULF_FILE: Unity_v6000.x.ulf
1515

1616
jobs:

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
# License
1414
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
1515
# Project
16-
UNITY_VERSION: 6000.2.0f1
16+
UNITY_VERSION: 6000.2.6f2
1717
PROJECT_PATH: .
1818
# Packaging
1919
PKG_VERSION: 4.0.1

0 commit comments

Comments
 (0)