mirror of
https://github.com/github/codeql-action.git
synced 2026-05-01 19:30:49 +00:00
Select Xcode 16 in workflows that analyse Swift
This commit is contained in:
Generated
+4
@@ -48,6 +48,10 @@ jobs:
|
||||
version: ${{ matrix.version }}
|
||||
use-all-platform-bundle: 'false'
|
||||
setup-kotlin: 'true'
|
||||
- name: Use Xcode 16
|
||||
shell: bash
|
||||
if: runner.os == 'macOS'
|
||||
run: sudo xcode-select -s "/Applications/Xcode_16.app"
|
||||
- uses: ./../action/init
|
||||
id: init
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user