Skip to content

Commit

Permalink
.github: Fix Python version (to 3.11)
Browse files Browse the repository at this point in the history
Build was previously using 3.11. Using 3.12 now that is is released.
To allow scripts to take time to update, fix to 3.11.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
  • Loading branch information
makubacki authored and mergify[bot] committed Oct 7, 2023
1 parent 6439c73 commit 82191f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.10.6'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'pip-requirements.txt'

Expand Down

0 comments on commit 82191f8

Please sign in to comment.