Update config.yml

Update circleci to ubuntu 20.04
This commit is contained in:
James Kinsman 2022-06-28 12:51:48 +01:00 committed by GitHub
parent 0164bbbeb9
commit 35cc935f0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ version: 2.1
executors:
testbuild-executor:
machine:
image: ubuntu-1604:201903-01
image: ubuntu-2004:202201-02
jobs:
test:
executor: testbuild-executor