[Git][cmucl/cmucl][master] Use ubuntu 16.04 image for testing
Raymond Toy pushed to branch master at cmucl / cmucl Commits: 50b1201e by Raymond Toy at 2018-07-17T22:06:14-07:00 Use ubuntu 16.04 image for testing - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ variables: version: "2018-03-x86" linux-runner: - image: ubuntu:14.04 + image: ubuntu:16.04 tags: - linux before_script: View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/50b1201eb4ac46e9174c4d0f57... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/50b1201eb4ac46e9174c4d0f57... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy