switch GitHub Actions CI images from Ubuntu 18.04 to 20.04 (#3988)

This commit is contained in:
tersec 2022-08-18 20:07:57 +02:00 committed by GitHub
parent 0d9fd54857
commit b32ab88191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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