From 8bedfef9f27305398764e73e5080a1a04662b7f7 Mon Sep 17 00:00:00 2001 From: Christian Torbidone <73131550+killerbossoriginal@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:32:29 +0200 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1f46755..7d7b00a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: # - https://gh.io/supported-runners-and-hardware-resources # - https://gh.io/using-larger-runners (GitHub.com only) # Consider using larger runners or machines with greater resources for possible analysis time improvements. - runs-on: self-hosted + runs-on: node1 timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} permissions: # required for all workflows