Skip to content

Commit 233670c

Browse files
committed
refactor: pin chromium test to same Ubuntu as before
See last passing job in old repo: https://github.com/angular/material.angular.io/actions/runs/12390917032/job/34586949768
1 parent 088cadc commit 233670c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.material-aio.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
retention-days: 14
6363

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

.github/workflows/pr.material-aio.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
retention-days: 14
6161

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

0 commit comments

Comments
 (0)