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 32c4629 commit 293d40bCopy full SHA for 293d40b
1 file changed
.github/workflows/codeql.yml
@@ -23,12 +23,15 @@ on:
23
jobs:
24
analyze:
25
name: Analyze
26
- runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
+ runs-on: ${{ (matrix.language == 'swift' && 'macos-26') || 'ubuntu-latest' }}
27
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
28
permissions:
29
actions: read
30
contents: read
31
security-events: write
32
+
33
+ env:
34
+ DEVELOPER_DIR: ${{ (matrix.language == 'swift' && '/Applications/Xcode_26.2.app/Contents/Developer') || '' }}
35
36
strategy:
37
fail-fast: false
0 commit comments