mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 07:03:48 +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
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-16.04
|
||||
- ubuntu-18.04
|
||||
- ubuntu-20.04
|
||||
- ubuntu-latest
|
||||
fish:
|
||||
- stock
|
||||
|
@ -21,10 +19,10 @@ jobs:
|
|||
- os: ubuntu-latest
|
||||
fish: 2
|
||||
include:
|
||||
- os: macos-10.15
|
||||
fish: brew
|
||||
- os: macos-latest
|
||||
fish: brew
|
||||
- os: macos-11
|
||||
fish: brew
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
|
|
Loading…
Reference in New Issue
Block a user