From 93426b4e5081a46d02e6c5f318208038d76a3b18 Mon Sep 17 00:00:00 2001
From: Pouyan Ahmadi <70242801+pahmadi8740@users.noreply.github.com>
Date: Tue, 18 Jun 2024 13:35:37 -0400
Subject: [PATCH] Update codeql.yml with the runner

---
 .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 8e98869..19c4d30 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: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
+    runs-on: ncatslnghrunpdv04.ncats.nih.gov
     timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
     permissions:
       # required for all workflows