diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 158c1d173..0646af483 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 # Consider using larger runners for possible analysis time improvements. - runs-on: ${{ (matrix.language == 'swift' && 'macos-14.2') || 'ubuntu-latest' }} + runs-on: ${{ (matrix.language == 'swift' && 'macos-14') || 'ubuntu-latest' }} timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} permissions: actions: read