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

This commit is contained in:
Derek Stavis 2025-01-22 18:26:19 -08:00 committed by GitHub
parent 62204b02c3
commit 49a313a4ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -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:

View File

@ -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