Skip to content

Commit 955afc0

Browse files
chore: pin ubuntu version in GitHub Actions (#8375) (#8378)
Co-authored-by: Sascha Ißbrücker <sissbruecker@vaadin.com>
1 parent d7ac386 commit 955afc0

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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: 4 additions & 4 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
smoke:
3333
name: Smoke tests
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-22.04
3535
steps:
3636
- uses: actions/checkout@v3
3737
with:
@@ -50,7 +50,7 @@ jobs:
5050
run: yarn test:smoke
5151
snapshots:
5252
name: Snapshot tests
53-
runs-on: ubuntu-latest
53+
runs-on: ubuntu-22.04
5454
steps:
5555
- uses: actions/checkout@v4
5656
with:
@@ -69,7 +69,7 @@ jobs:
6969
run: yarn test:snapshots
7070
integration:
7171
name: Integration tests
72-
runs-on: ubuntu-latest
72+
runs-on: ubuntu-22.04
7373
steps:
7474
- uses: actions/checkout@v4
7575
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)