Skip to content

Commit

Permalink
Use Xcode 16 in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
crazytonyli committed Oct 29, 2024
1 parent 864d692 commit c3448df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
# - 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: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
env:
DEVELOPER_DIR: /Applications/Xcode_16.app
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
# required for all workflows
Expand Down

0 comments on commit c3448df

Please sign in to comment.