Skip to content

Commit b640214

Browse files
update github action to also test on new lean version 4.14.0
1 parent d31c472 commit b640214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_proofs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
curl -O --location https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh
2424
chmod u+x elan-init.sh
25-
./elan-init.sh -y --default-toolchain leanprover/lean4:v4.11.0-rc2
25+
./elan-init.sh -y --default-toolchain leanprover/lean4:v4.14.0
2626
echo "Adding location $HOME/.elan/bin to PATH..."
2727
echo "$HOME/.elan/bin" >> $GITHUB_PATH
2828

0 commit comments

Comments
 (0)