Raymond Toy pushed to branch master at cmucl / cmucl
Commits: 159c0bcf by Raymond Toy at 2024-08-12T21:24:33+00:00 Fix #346: Update CI to use 2024-08 snapshot
- - - - - c461877a by Raymond Toy at 2024-08-12T21:24:36+00:00 Merge branch 'issue-346-update-ci-2024-08' into 'master'
Fix #346: Update CI to use 2024-08 snapshot
Closes #346
See merge request cmucl/cmucl!243 - - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -1,6 +1,6 @@ variables: - download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2024/04" - version: "2024-04-x86" + download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2024/08" + version: "2024-08-x86" bootstrap: ""
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/afb3e0750d4c1172b38a534...