diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d334e57..d5fb7f3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,8 +24,9 @@ jobs: include: - language: actions build-mode: none - - language: swift - build-mode: manual + # Disable this until CodeQL supports Xcode 26 builds. + # - language: swift + # build-mode: manual steps: - name: Checkout repository uses: actions/checkout@v4