Skip to content

Commit

Permalink
refactor: pin chromium test to same Ubuntu as before
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Jan 8, 2025
1 parent 088cadc commit 233670c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.material-aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
retention-days: 14

lighthouse:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # Note, fails on Ubuntu 24.04, see https://github.com/actions/runner-images/issues/10636
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.material-aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
retention-days: 14

lighthouse:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # Note, fails on Ubuntu 24.04, see https://github.com/actions/runner-images/issues/10636
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
Expand Down

0 comments on commit 233670c

Please sign in to comment.