Skip to content

Commit f772988

Browse files
Removing Ubuntu 16.04 from public docs (#3)
* Removing Ubuntu 16.04 from public docs * updating to ubuntu-latest
1 parent 217d0c2 commit f772988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ orbs:
55
jobs:
66
build:
77
machine:
8-
image: ubuntu-1604:201903-01
8+
image: ubuntu-2004:202201-02
99
steps:
1010
- checkout
1111
- matlab/install

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pool:
2-
vmImage: Ubuntu 16.04
2+
vmImage: ubuntu-latest
33
steps:
44
- task: InstallMATLAB@0
55
- task: RunMATLABTests@0

0 commit comments

Comments
 (0)