Go back to Ubuntu latest for GHA

https://github.com/element-hq/matrix-react-sdk/pull/149 ported to
element-web repo
This commit is contained in:
David Baker
2024-10-16 14:37:59 +01:00
parent 3b75e2a3fb
commit 9513920cd7
8 changed files with 11 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ env:
jobs:
jest:
name: Jest
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
@@ -93,7 +93,7 @@ jobs:
name: jest-tests
needs: jest
if: always()
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- if: needs.jest.result != 'skipped' && needs.jest.result != 'success'
run: exit 1