diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f4609a668..8816f5d91 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -23,7 +23,7 @@ on: jobs: analyze: name: Analyze - runs-on: macos-latest + runs-on: macos-14 timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} permissions: actions: read