Skip to content

Commit

Permalink
ci: use ubuntu-22.04 for errata-ai/vale-action (#7427)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Oct 12, 2024
1 parent e9a68b4 commit 1f1ab86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
name: Proselint
strategy:
matrix:
os: [ubuntu-latest]
# TODO remove after https://github.com/errata-ai/vale-action/issues/128
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1f1ab86

Please sign in to comment.