Commit 49a313a4 authored by Derek Stavis's avatar Derek Stavis Committed by GitHub

chore: update CI to latest OS and Fish versions (#953)

parent 62204b02
...@@ -12,25 +12,25 @@ jobs: ...@@ -12,25 +12,25 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: os:
- ubuntu-18.04
- ubuntu-20.04 - ubuntu-20.04
- ubuntu-22.04
- ubuntu-latest - ubuntu-latest
fish: fish:
- stock - stock
- 2
- 3 - 3
- 4
- brew - brew
exclude: exclude:
- os: ubuntu-20.04 - os: ubuntu-20.04
fish: 2 fish: 4
- os: ubuntu-latest - os: ubuntu-latest
fish: 2 fish: 4
include: include:
- os: macos-latest - os: macos-latest
fish: brew fish: brew
- os: macos-11 - os: macos-13
fish: brew fish: brew
- os: macos-12 - os: macos-14
fish: brew fish: brew
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
......
...@@ -8,8 +8,8 @@ if [[ $FISH_RELEASE = "brew" ]]; then ...@@ -8,8 +8,8 @@ if [[ $FISH_RELEASE = "brew" ]]; then
brew update brew update
brew install fish brew install fish
else else
if [[ $FISH_RELEASE == "2" ]]; then if [[ $FISH_RELEASE == "4" ]]; then
REPO_PPA="ppa:fish-shell/release-2" REPO_PPA="ppa:fish-shell/beta-4"
else else
REPO_PPA="ppa:fish-shell/release-3" REPO_PPA="ppa:fish-shell/release-3"
fi 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