Skip to content

Commit ead31fc

Browse files
committed
run on ubuntu latest
1 parent 208974a commit ead31fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# name: "Performance Tests",
5959
# assemblies: "ReactUnity.Tests.Performance",
6060
# }
61-
runs-on: ${{ matrix.platform || 'ubuntu-20.04' }}
61+
runs-on: ${{ matrix.platform || 'ubuntu-latest' }}
6262
steps:
6363
- name: Checkout core library
6464
uses: actions/checkout@v3
@@ -101,7 +101,7 @@ jobs:
101101
uses: actions/cache@v3
102102
with:
103103
path: tests/Library
104-
key: Library-${{ matrix.unity.version }}-${{ matrix.platform || 'ubuntu-20.04' }}
104+
key: Library-${{ matrix.unity.version }}-${{ matrix.platform || 'ubuntu-latest' }}
105105

106106
- name: Clear React Unity package lock
107107
run: |

0 commit comments

Comments
 (0)