ci: Bump to ubuntu 20.04.

This commit is contained in:
Florent Kermarrec 2022-10-14 18:15:09 +02:00
parent cb65099399
commit fbfd457ea0
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