Skip to content

Commit

Permalink
Avoid running on latest Ubuntu image
Browse files Browse the repository at this point in the history
I suspect Karma v2 and its dependencies don't work there any longer [1].

[1] https://github.com/badeball/karma-jsdom-launcher/actions/runs/12696402220
  • Loading branch information
badeball committed Jan 9, 2025
1 parent 4135681 commit 4591a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
karma: [2, 3, 4, 5, 6]
Expand Down

0 comments on commit 4591a9e

Please sign in to comment.