Update config.yml

Try newer base image
This commit is contained in:
Charles J. Cliffe 2023-03-28 23:23:36 -04:00
parent 61797c2ac6
commit 1fd2f431cb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: 2.1
jobs:
build:
docker:
- image: cimg/base:2020.01
- image: cimg/base:current-22.04
environment:
- CACHE_DIR: ~/build/wxWidgets/staticlib
steps: