Skip to content

Commit

Permalink
ci: Bump python version for CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-lunarg committed Dec 20, 2024
1 parent 7ccaa5e commit f9b82a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/setup-python@v5
if: matrix.language == 'cpp'
with:
python-version: '3.7'
python-version: '3.11'
- uses: lukka/get-cmake@latest
if: matrix.language == 'cpp'
with:
Expand Down

0 comments on commit f9b82a5

Please sign in to comment.