Skip to content

Commit

Permalink
ci: change to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Aug 9, 2024
1 parent 6c9650c commit ff08a14
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-11, ubuntu-latest]
os: [macOS-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "mds"
version = "0.19.1"
version = "0.19.2"
author = ["dj8yf0μl"]
description = "A skim-based `*.md` explore and surf note-taking tool"
repository = "https://youtu.be/z4DFN72QVSw"
repository = "https://github.com/dj8yfo/meudeus"
homepage = "https://youtu.be/z4DFN72QVSw"
keywords = ["note-taking", "PKM", "cli", "skim", "markdown"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ fn load_theme(color: Color) -> Option<&'static Theme> {
async fn main() {
env_logger::init();
let cmd = clap::Command::new("mds")
.version("v0.19.0")
.about("meudeus v0.19.0\na skim shredder for plain-text papers")
.version("v0.19.2")
.about("meudeus v0.19.2\na skim shredder for plain-text papers")
.bin_name("mds")
.arg(clap::arg!(-c --color "whether color output should be forced"))
.subcommand_required(true)
Expand Down

0 comments on commit ff08a14

Please sign in to comment.