Skip to content

Commit

Permalink
Merge pull request #2042 from dandi/bf-ci
Browse files Browse the repository at this point in the history
Stick to ubuntu-22.04 for now for frontend-ci.yml
  • Loading branch information
mvandenburgh authored Oct 14, 2024
2 parents 6bec051 + d5bd162 commit b6767b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
working-directory: e2e/puppeteer

test-e2e-playwright:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:latest
Expand Down

0 comments on commit b6767b2

Please sign in to comment.