Skip to content

Commit 293d40b

Browse files
committed
ci(codeql): use macos-26 runner for Swift analysis
1 parent 32c4629 commit 293d40b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,15 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
26+
runs-on: ${{ (matrix.language == 'swift' && 'macos-26') || 'ubuntu-latest' }}
2727
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
2828
permissions:
2929
actions: read
3030
contents: read
3131
security-events: write
32+
33+
env:
34+
DEVELOPER_DIR: ${{ (matrix.language == 'swift' && '/Applications/Xcode_26.2.app/Contents/Developer') || '' }}
3235

3336
strategy:
3437
fail-fast: false

0 commit comments

Comments
 (0)