update GitHub Actions CI images from deprecated Ubuntu 18.04 to 20.04 (#119)

This commit is contained in:
tersec 2022-08-18 08:18:24 +00:00 committed by GitHub
parent 27a7608f33
commit d1acb42743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
include: include:
- target: - target:
os: linux os: linux
builder: ubuntu-18.04 builder: ubuntu-20.04
shell: bash shell: bash
- target: - target:
os: macos os: macos