PR Checks: disable tests for Swift on Linux until CLI 2.17.4

This commit is contained in:
Angela P Wen 2024-05-17 15:08:08 -07:00
parent 0d9161ca1c
commit 445165beea
9 changed files with 16 additions and 51 deletions

View file

@ -37,7 +37,7 @@ jobs:
env:
CODEQL_ACTION_TEST_MODE: true
timeout-minutes: 45
runs-on: ubuntu-latest
runs-on: macos-latest # TODO: Switch back to ubuntu for `nightly-latest` and `latest` once CLI v2.17.4 is available.
steps:
- name: Check out repository
uses: actions/checkout@v4