Skip to content

Commit

Permalink
Try using Xcode 16
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Sep 18, 2024
1 parent d9b3c2e commit 62d5edb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: 'macos-latest'
runs-on: macos-10.15
permissions:
security-events: write
packages: read
Expand All @@ -49,9 +49,11 @@ jobs:
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality
- name: Build with Xcode
shell: bash
run: |
xcodebuild -scheme macSup2Srt build
uses: mxcl/xcodebuild@v3
with:
xcode: 16
platform: macOS
action: build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 62d5edb

Please sign in to comment.