Skip to content

Commit f005b02

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 f005b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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
6666
steps:
6767
- name: Initialize environment
6868
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82

0 commit comments

Comments
 (0)