Commit 350e857a authored by Derek Stavis's avatar Derek Stavis

chore: update CI to latest OS and Fish versions

parent d427501b
......@@ -12,25 +12,25 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-latest
fish:
- stock
- 2
- 3
- 4
- brew
exclude:
- os: ubuntu-20.04
fish: 2
fish: 4
- os: ubuntu-latest
fish: 2
fish: 4
include:
- os: macos-latest
fish: brew
- os: macos-11
- os: macos-13
fish: brew
- os: macos-12
- os: macos-14
fish: brew
runs-on: ${{ matrix.os }}
steps:
......
......@@ -8,8 +8,8 @@ if [[ $FISH_RELEASE = "brew" ]]; then
brew update
brew install fish
else
if [[ $FISH_RELEASE == "2" ]]; then
REPO_PPA="ppa:fish-shell/release-2"
if [[ $FISH_RELEASE == "4" ]]; then
REPO_PPA="ppa:fish-shell/beta-4"
else
REPO_PPA="ppa:fish-shell/release-3"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment