barunsaha commited on
Commit
39cabd4
·
unverified ·
1 Parent(s): c9c0b96

Set target system to Ubuntu

Browse files
Files changed (1) hide show
  1. .github/workflows/codeql.yml +1 -1
.github/workflows/codeql.yml CHANGED
@@ -27,7 +27,7 @@ jobs:
27
  # - https://gh.io/supported-runners-and-hardware-resources
28
  # - https://gh.io/using-larger-runners (GitHub.com only)
29
  # Consider using larger runners or machines with greater resources for possible analysis time improvements.
30
- runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
31
  permissions:
32
  # required for all workflows
33
  security-events: write
 
27
  # - https://gh.io/supported-runners-and-hardware-resources
28
  # - https://gh.io/using-larger-runners (GitHub.com only)
29
  # Consider using larger runners or machines with greater resources for possible analysis time improvements.
30
+ runs-on: ubuntu-latest
31
  permissions:
32
  # required for all workflows
33
  security-events: write