Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
O
oh-my-fish
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
oh-my-fish
Commits
350e857a
Commit
350e857a
authored
Jan 22, 2025
by
Derek Stavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update CI to latest OS and Fish versions
parent
d427501b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
.github/workflows/build.yml
.github/workflows/build.yml
+6
-6
tools/ci-install-fish.sh
tools/ci-install-fish.sh
+2
-2
No files found.
.github/workflows/build.yml
View file @
350e857a
...
...
@@ -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-1
1
-
os
:
macos-1
3
fish
:
brew
-
os
:
macos-1
2
-
os
:
macos-1
4
fish
:
brew
runs-on
:
${{ matrix.os }}
steps
:
...
...
tools/ci-install-fish.sh
View file @
350e857a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment