diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 1be6379..abc8b36 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -9,7 +9,7 @@ concurrency: jobs: pre-commit: - runs-on: ubuntu:22.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false # don't cancel if a job from the matrix fails # steps: