CI: Ubuntu: 18.04 → 20.04

This commit is contained in:
Adrián Chaves 2024-02-14 19:18:24 +01:00
parent 4d91ef2645
commit e5855d1488
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
checks:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:

View File

@ -3,7 +3,7 @@ on: [push]
jobs:
publish:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
if: startsWith(github.event.ref, 'refs/tags/')
steps:

View File

@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix: