Skip to content

Commit

Permalink
Pin Ubuntu to deal with older playwright failing to install
Browse files Browse the repository at this point in the history
We should upgrade playwright but then I ran into some dependency issues that `npx playwright install-deps` wouldn't fix. Not willing to spend time on this now.
  • Loading branch information
jorgemanrubia committed Oct 15, 2024
1 parent 7d915cc commit 707a4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 707a4f2

Please sign in to comment.