Skip to content

Commit c9ee066

Browse files
authored
Update python version for gh ci (alliedmodders#2367)
1 parent 42c5444 commit c9ee066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
5555
# Setup Python for AMBuild
5656
- uses: actions/setup-python@v6
57-
name: Setup Python 3.8
57+
name: Setup Python 3.12
5858
with:
59-
python-version: 3.8
59+
python-version: 3.12
6060
- name: Install Python dependencies
6161
run: |
6262
python -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)