Skip to content

Commit

Permalink
Drop windows-2019
Browse files Browse the repository at this point in the history
  • Loading branch information
szymmirr committed Nov 21, 2023
1 parent d8a79d7 commit cd3c6e4
Showing 1 changed file with 3 additions and 31 deletions.
34 changes: 3 additions & 31 deletions .github/workflows/unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,48 +33,20 @@ jobs:
targetPlatform: ${{ matrix.targetPlatform }}
unityVersion: ${{ matrix.unityVersion }}

- name: Upload artifact
uses: actions/[email protected]
with:
name: Frog-${{ matrix.targetPlatform }}
path: build/${{ matrix.targetPlatform }}

build-on-windows-latest:
name: Build ${{ matrix.targetPlatform }}
runs-on: windows-latest
strategy:
matrix:
targetPlatform:
- tvOS
unityVersion:
- 2019.4.5f1
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Unity Builder
uses: game-ci/[email protected]
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: ${{ matrix.targetPlatform }}
unityVersion: ${{ matrix.unityVersion }}

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: Frog-${{ matrix.targetPlatform }}
path: build/${{ matrix.targetPlatform }}

build-on-windows-2019:
build-on-windows:
name: Build ${{ matrix.targetPlatform }}
runs-on: windows-2019
runs-on: windows-latest
strategy:
matrix:
targetPlatform:
- WSAPlayer
- tvOS
unityVersion:
- 2019.4.5f1
steps:
Expand Down

0 comments on commit cd3c6e4

Please sign in to comment.