Skip to content

Commit 3f8abd8

Browse files
author
aldocorbellini
committed
changed the following line to use updated Ubuntu image
'image: ubuntu-2004:202201-02'
1 parent eb3b884 commit 3f8abd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
environment:
1616
CATEGORY_TO_TEST: << parameters.q >> # setup a parametric environment variable to be used by MATLAB testing script "runAllMyTestsFS.m"
1717
machine:
18-
image: ubuntu-1604:201903-01
18+
image: ubuntu-2004:202201-02
1919
steps:
2020
- checkout
2121
- matlab/install # previously `wget ...`

0 commit comments

Comments
 (0)