From ab29a6448dc478a1735cf099979bfdc4ba7d3261 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Wed, 8 Jan 2025 16:02:58 +0100 Subject: [PATCH] chore: update ubuntu version to 22.04 --- .github/workflows/test_deduplication.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_deduplication.yml b/.github/workflows/test_deduplication.yml index 2f97e4ea6..923bbb68c 100644 --- a/.github/workflows/test_deduplication.yml +++ b/.github/workflows/test_deduplication.yml @@ -16,7 +16,7 @@ env: jobs: run_deduplication_test: name: test - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 defaults: run: shell: bash