Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    1 1
     variables:
    
    2
    -  download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2021/07"
    
    3
    -  version: "2021-07-x86"
    
    4
    -  bootstrap: "-B boot-2021-07-1 -B boot-2021-07-2"
    
    2
    +  download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2023/04"
    
    3
    +  version: "2023-04-x86"
    
    4
    +  bootstrap: ""
    
    5 5
     
    
    6 6
     stages:
    
    7 7
       - install