Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed May 13, 2023
1 parent 56203c1 commit 58a7662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
path: ./artifacts/**
if-no-files-found: error
native-freebsd:
runs-on: macos-10.15
runs-on: macos-latest
name: Build native bindings on FreeBSD
needs:
- setup
Expand Down
2 changes: 1 addition & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,4 @@ where
}

Ok(CuredString(output))
}
}

0 comments on commit 58a7662

Please sign in to comment.