Skip to content

Commit 661fdfa

Browse files
committed
Revert "try using latest macos"
This reverts commit df824c3.
1 parent e4e111c commit 661fdfa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
macos:
9-
runs-on: macos-latest
9+
runs-on: macos-13
1010
strategy:
1111
fail-fast: false
1212
matrix:

.github/workflows/PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
macos:
9-
runs-on: macos-latest
9+
runs-on: macos-13
1010
strategy:
1111
fail-fast: false
1212
matrix:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bindgen-runtime = ["rocksdb/bindgen-runtime"]
3636
bindgen-static = ["rocksdb/bindgen-static"]
3737

3838
[dependencies.pyo3]
39-
version = "0.23"
39+
version = "0.22"
4040
features = ["py-clone", "extension-module", "num-bigint"]
4141

4242
[profile.release]

0 commit comments

Comments
 (0)