Skip to content

Commit 231d03c

Browse files
committed
Install Python 3.13, except for nightly-latest
1 parent 0aeb59a commit 231d03c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/__multi-language-autodetect.yml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/multi-language-autodetect.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ env:
55
CODEQL_ACTION_RESOLVE_SUPPORTED_LANGUAGES_USING_CLI: true
66
installGo: true
77
steps:
8+
- name: Install Python 3.13
9+
if: matrix.version != 'nightly-latest'
10+
uses: actions/setup-python@v6
11+
with:
12+
python-version: '3.13'
13+
814
- name: Use Xcode 16
915
if: runner.os == 'macOS' && matrix.version != 'nightly-latest'
1016
run: sudo xcode-select -s "/Applications/Xcode_16.app"

0 commit comments

Comments
 (0)