workflow: Update virtual environments

This commit is contained in:
Pablo Santiago Blum de Aguiar 2021-10-31 14:36:01 +01:00 committed by Pablo Aguiar
parent 59de68c4ca
commit da109ff44e

View File

@ -6,9 +6,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: os:
- ubuntu-16.04
- ubuntu-18.04 - ubuntu-18.04
- ubuntu-20.04
- ubuntu-latest - ubuntu-latest
fish: fish:
- stock - stock
@ -21,10 +19,10 @@ jobs:
- os: ubuntu-latest - os: ubuntu-latest
fish: 2 fish: 2
include: include:
- os: macos-10.15
fish: brew
- os: macos-latest - os: macos-latest
fish: brew fish: brew
- os: macos-11
fish: brew
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout the repository - name: Checkout the repository