Skip to content

Commit

Permalink
ci: bump unity to 2021.3.41f1
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Sep 18, 2024
1 parent 56a1d67 commit d382d32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
build-unity:
if: ${{ (github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:') }}
strategy:
fail-fast: false
max-parallel: 2
matrix:
unity: ["2019.3.9f1", "2019.4.13f1", "2020.1.12f1"]
unity: ["2021.3.41f1"]
runs-on: ubuntu-latest
timeout-minutes: 15
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 @@ -44,7 +44,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 d382d32

Please sign in to comment.