Skip to content

Commit 5443198

Browse files
committed
CI: Pin Python 3.12 on macOS
1 parent bf0ecdc commit 5443198

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,10 @@ jobs:
345345
.ci/riscv-toolchain-install.sh
346346
echo "${{ github.workspace }}/toolchain/bin" >> $GITHUB_PATH
347347
echo "$(brew --prefix llvm@18)/bin" >> $GITHUB_PATH
348+
- name: Set up Python 3.12
349+
uses: actions/setup-python@v5
350+
with:
351+
python-version: '3.12'
348352
- name: Install compiler
349353
id: install_cc
350354
uses: rlalik/setup-cpp-compiler@master

0 commit comments

Comments
 (0)