Fixes playwright setup issues.

pull/3461/head
Henning Dieterichs 2022-12-13 17:17:55 +01:00 committed by Henning Dieterichs
parent eac891f9bf
commit 366b9c38ff
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
name: CI
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2