CI: Update targets

This commit is contained in:
Clement Lefebvre 2020-06-24 12:44:49 +01:00
parent 68ef65bedb
commit 63f9ac4baf
1 changed files with 6 additions and 6 deletions

View File

@ -46,19 +46,19 @@ shared: &shared
fi fi
jobs: jobs:
"mint19": "mint20":
<<: *shared <<: *shared
docker: docker:
- image: linuxmintd/mint19-amd64 - image: linuxmintd/mint20-amd64
"lmde3": "lmde4":
<<: *shared <<: *shared
docker: docker:
- image: linuxmintd/lmde3-amd64 - image: linuxmintd/lmde4-amd64
workflows: workflows:
version: 2 version: 2
build: build:
jobs: jobs:
- "mint19" - "mint20"
- "lmde3" - "lmde4"