Skip to content

Commit

Permalink
pin angular tests to Ubuntu 22.04
Browse files Browse the repository at this point in the history
24.04 seems to have issues starting Chrome
  • Loading branch information
evgeni committed Dec 20, 2024
1 parent 916e702 commit 377223d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

angular:
name: Angular ${{ matrix.engine }} - NodeJS ${{ matrix.node }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 377223d

Please sign in to comment.