From d5108c025db38f7c70452959ed66c7e852f0e540 Mon Sep 17 00:00:00 2001 From: Markus Hilger Date: Fri, 23 May 2025 19:23:03 +0200 Subject: [PATCH] Fix GitHub action --- .github/workflows/xcat_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xcat_test.yml b/.github/workflows/xcat_test.yml index f7bf5a1f6..a5022db46 100644 --- a/.github/workflows/xcat_test.yml +++ b/.github/workflows/xcat_test.yml @@ -2,7 +2,7 @@ name: xcat_test on: [pull_request, workflow_dispatch] jobs: xcat_pr_test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 60 steps: - uses: actions/checkout@v4