File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1414 test :
1515 if : github.event.pull_request.head.repo.fork == false
1616 name : Test sample app 🛠️
17- runs-on : ubuntu-latest-8-cores
17+ # Forcing windows-latest; UWB_WEBVIEW won’t be defined on Linux. Others stay on Ubuntu.
18+ runs-on : ${{ matrix.targetPlatform == 'StandaloneWindows64' && 'windows-latest' || 'ubuntu-latest-8-cores' }}
1819
1920 steps :
2021 - uses : actions/checkout@v3
4748 test-unity6 :
4849 if : github.event.pull_request.head.repo.fork == false
4950 name : Test Unity 6 sample app 🛠️
50- runs-on : ubuntu-latest-8-cores
51+ # Forcing windows-latest; UWB_WEBVIEW won’t be defined on Linux. Others stay on Ubuntu.
52+ runs-on : ${{ matrix.targetPlatform == 'StandaloneWindows64' && 'windows-latest' || 'ubuntu-latest-8-cores' }}
5153 steps :
5254 - uses : actions/checkout@v3
5355 with :
You can’t perform that action at this time.
0 commit comments