From a1b7e5c860ebef69d09cf737beb4cba3f1c3ae71 Mon Sep 17 00:00:00 2001 From: Becheler <8360330+Becheler@users.noreply.github.com> Date: Sun, 22 Sep 2024 15:16:09 +0200 Subject: [PATCH] fix: drafter config --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index afcc90d0..39c32af9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -10,7 +10,7 @@ env: jobs: build: - runs-on: ubuntu-24s.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4