Skip to content

Commit 8757785

Browse files
Update codeql-analysis.yml
1 parent 7527e79 commit 8757785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
jobs:
2525
analyze:
2626
name: Analyze
27-
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
27+
runs-on: 'macos-latest'
2828
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
2929
permissions:
3030
actions: read

0 commit comments

Comments
 (0)