Skip to content

Commit 58a7662

Browse files
committed
1.6.1
1 parent 56203c1 commit 58a7662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
path: ./artifacts/**
182182
if-no-files-found: error
183183
native-freebsd:
184-
runs-on: macos-10.15
184+
runs-on: macos-latest
185185
name: Build native bindings on FreeBSD
186186
needs:
187187
- setup

core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,4 @@ where
233233
}
234234

235235
Ok(CuredString(output))
236-
}
236+
}

0 commit comments

Comments
 (0)