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
jobs:
"mint19":
"mint20":
<<: *shared
docker:
- image: linuxmintd/mint19-amd64
- image: linuxmintd/mint20-amd64
"lmde3":
"lmde4":
<<: *shared
docker:
- image: linuxmintd/lmde3-amd64
- image: linuxmintd/lmde4-amd64
workflows:
version: 2
build:
jobs:
- "mint19"
- "lmde3"
- "mint20"
- "lmde4"