We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208974a commit ead31fcCopy full SHA for ead31fc
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
# name: "Performance Tests",
59
# assemblies: "ReactUnity.Tests.Performance",
60
# }
61
- runs-on: ${{ matrix.platform || 'ubuntu-20.04' }}
+ runs-on: ${{ matrix.platform || 'ubuntu-latest' }}
62
steps:
63
- name: Checkout core library
64
uses: actions/checkout@v3
@@ -101,7 +101,7 @@ jobs:
101
uses: actions/cache@v3
102
with:
103
path: tests/Library
104
- key: Library-${{ matrix.unity.version }}-${{ matrix.platform || 'ubuntu-20.04' }}
+ key: Library-${{ matrix.unity.version }}-${{ matrix.platform || 'ubuntu-latest' }}
105
106
- name: Clear React Unity package lock
107
run: |
0 commit comments