Update CircleCI config to use latest Ubuntu 20.04 executor image. (#6122)

The previously used Ubuntu 20.04 executor image has been deprecated and will be removed on 2024-09-30.
This commit is contained in:
Sean Rose 2024-08-28 10:21:21 -07:00 коммит произвёл GitHub
Родитель 06c89b7d3c
Коммит ad7572e5ca
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -33,7 +33,7 @@ parameters:
executors:
ubuntu-machine-executor:
machine:
image: ubuntu-2004:202111-02
image: ubuntu-2004:current
jobs:
build: