Skip to content

Commit b0ffbdf

Browse files
committed
workflows: downgrade relase workflow python version to 3.12
1 parent f7d690e commit b0ffbdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-python@v5
1414
with:
15-
python-version: 3.13
15+
python-version: 3.12
1616

1717
- name: Download Banjo toolchain
1818
run: Invoke-WebRequest -OutFile banjo-x86_64-windows.zip https://github.com/chnoblouch/banjo-lang/releases/latest/download/banjo-x86_64-windows.zip

0 commit comments

Comments
 (0)