Skip to content

Commit d00153e

Browse files
authored
CI: Always use python3.13 (#629)
Latest mac runners have python 3.14, which does not work with SM. Signed-off-by: Sam <[email protected]>
1 parent bbbbf31 commit d00153e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
SCCACHE_GHA_ENABLED: "true"
3636
steps:
3737
- uses: actions/checkout@v4
38+
- uses: actions/setup-python@v6
39+
with:
40+
python-version: '3.13'
3841
- name: Install deps
3942
run: |
40-
# Unlink and re-link to prevent errors when github mac runner images
41-
# https://github.com/actions/setup-python/issues/577
42-
brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
4343
brew install llvm yasm
4444
- uses: dtolnay/rust-toolchain@master
4545
id: toolchain

0 commit comments

Comments
 (0)