Skip to content

Commit 2860b7c

Browse files
authored
chore: pin ubuntu version in GitHub Actions (#8375)
1 parent 3ee7650 commit 2860b7c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
tests:
1414
name: Unit tests
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
jobs:
99
chrome:
1010
name: Chrome
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:
@@ -27,7 +27,7 @@ jobs:
2727
run: yarn test
2828
firefox:
2929
name: Firefox
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v4
3333
with:
@@ -49,7 +49,7 @@ jobs:
4949
run: yarn test:firefox
5050
webkit:
5151
name: WebKit
52-
runs-on: ubuntu-latest
52+
runs-on: ubuntu-22.04
5353
steps:
5454
- uses: actions/checkout@v4
5555
with:

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
jobs:
99
lint:
1010
name: Lint
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v4
1414

@@ -31,7 +31,7 @@ jobs:
3131
run: yarn lint:types
3232
snapshots:
3333
name: Snapshot tests
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-22.04
3535
steps:
3636
- uses: actions/checkout@v4
3737
with:
@@ -50,7 +50,7 @@ jobs:
5050
run: yarn test:snapshots
5151
integration:
5252
name: Integration tests
53-
runs-on: ubuntu-latest
53+
runs-on: ubuntu-22.04
5454
steps:
5555
- uses: actions/checkout@v4
5656
with:

.github/workflows/visual-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
jobs:
99
lumo:
1010
name: Lumo
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
if: github.repository_owner == 'vaadin'
1313

1414
steps:
@@ -45,7 +45,7 @@ jobs:
4545
packages/vaadin-lumo-styles/test/visual/screenshots/failed/*.png
4646
material:
4747
name: Material
48-
runs-on: ubuntu-latest
48+
runs-on: ubuntu-22.04
4949
if: github.repository_owner == 'vaadin'
5050

5151
steps:

0 commit comments

Comments
 (0)