From be06fee0421b02c6a6a568c7fa7bca3bc4c8a858 Mon Sep 17 00:00:00 2001 From: 1riatsila1 Date: Mon, 9 Dec 2024 14:38:32 +0200 Subject: [PATCH] that did not work --- .github/workflows/lint-test-code.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test-code.yaml b/.github/workflows/lint-test-code.yaml index 2dfd0ee..781b9d0 100644 --- a/.github/workflows/lint-test-code.yaml +++ b/.github/workflows/lint-test-code.yaml @@ -17,7 +17,7 @@ concurrency: jobs: lint-test-code: name: Lint & Test Code - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v4