Skip to content

Commit 56f4a35

Browse files
committed
CI: Update targets
1 parent 9e229da commit 56f4a35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ shared: &shared
3838
fi
3939
4040
jobs:
41-
"mint20":
41+
"mint21":
4242
<<: *shared
4343
docker:
44-
- image: linuxmintd/mint20-amd64
44+
- image: linuxmintd/mint21-amd64
4545

46-
"lmde4":
46+
"lmde5":
4747
<<: *shared
4848
docker:
49-
- image: linuxmintd/lmde4-amd64
49+
- image: linuxmintd/lmde5-amd64
5050

5151
workflows:
5252
version: 2
5353
build:
5454
jobs:
55-
- "mint20"
56-
- "lmde4"
55+
- "mint21"
56+
- "lmde5"

0 commit comments

Comments
 (0)