Skip to content

Commit

Permalink
ci: update CI Unity
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Jul 30, 2024
1 parent 9e2265d commit 2019f1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
unity: ["2021.3.41f1", "2022.3.38f1", "6000.0.11f1"] # Test with LTS
unity: ["2021.3.41f1", "2022.3.39f1", "6000.0.12f1"] # Test with LTS
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
strategy:
fail-fast: false
matrix:
unity: ["2021.3.41f1", "2022.3.38f1", "6000.0.11f1"] # Test with LTS
unity: ["2021.3.41f1", "2022.3.39f1", "6000.0.12f1"] # Test with LTS
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
needs: [update-packagejson]
strategy:
matrix:
unity: ["2019.3.9f1"]
unity: ["2021.3.41f1"]
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand Down

0 comments on commit 2019f1f

Please sign in to comment.