We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37b8c0 commit fccf109Copy full SHA for fccf109
.github/workflows/codeql.yml
@@ -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' }}
+ runs-on: ubuntu-latest
31
permissions:
32
# required for all workflows
33
security-events: write
0 commit comments