mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
ci: fix old fish version
This commit is contained in:
parent
2d48dde0b3
commit
2f286ef785
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest]
|
||||
os: [macos-latest, ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
if [[ "${{ matrix.os }}" == macos* ]]; then
|
||||
brew install zsh fish
|
||||
elif [[ "${{ matrix.os }}" == ubuntu* ]]; then
|
||||
sudo apt-add-repository -y ppa:fish-shell/release-3
|
||||
sudo apt -y update
|
||||
sudo apt -y install zsh fish
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue