Fix browser tests in CI pipeline

This commit is contained in:
Jakob Linskeseder
2023-07-23 23:29:24 +02:00
committed by Jay Linski
parent 42adee3f82
commit b3ffb16e5d
4 changed files with 48 additions and 21 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ jobs:
browser:
name: Test (Browser)
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-22.04'
steps:
- name: Checkout
uses: actions/checkout@v2