Skip to content

Commit 1f1ab86

Browse files
authored
ci: use ubuntu-22.04 for errata-ai/vale-action (#7427)
1 parent e9a68b4 commit 1f1ab86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
name: Proselint
5252
strategy:
5353
matrix:
54-
os: [ubuntu-latest]
54+
# TODO remove after https://github.com/errata-ai/vale-action/issues/128
55+
os: [ubuntu-22.04]
5556
runs-on: ${{ matrix.os }}
5657
steps:
5758
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)