Skip to content

Commit 32a1806

Browse files
committed
fix(security): run CodeQL analysis on macOS runner
- Change from ubuntu-latest to macos-latest for Swift CodeQL analysis - Swift analysis requires macOS environment to function properly - Resolves IncompatibleOs error in CodeQL autobuild process
1 parent 2c5ef34 commit 32a1806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
codeql:
1818
name: CodeQL Analysis
19-
runs-on: ubuntu-latest
19+
runs-on: macos-latest
2020
timeout-minutes: 360
2121
strategy:
2222
fail-fast: false

0 commit comments

Comments
 (0)