mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 06:24:28 +08:00
workflow: Update virtual environments
This commit is contained in:
parent
59de68c4ca
commit
da109ff44e
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user