ci: Bump to ubuntu 20.04.

This commit is contained in:
Florent Kermarrec 2022-10-14 18:19:35 +02:00
parent 52e9778f74
commit 7105b47402
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on: [push, pull_request]
jobs: jobs:
build: build:
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
steps: steps:
# Checkout Repository # Checkout Repository
- name: Checkout - name: Checkout