Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 2e1e654

Browse files
committed
Update ci.
1 parent c5c976b commit 2e1e654

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
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ${{ matrix.os }}
4141
strategy:
4242
matrix:
43-
os: [ubuntu-latest, macos-13, windows-latest]
43+
os: [ubuntu-latest, macos-latest, windows-latest]
4444
fail-fast: false
4545
steps:
4646
- uses: actions/checkout@v4

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "python_plugin"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2021"
55
license = "MIT"
66
publish = false

0 commit comments

Comments
 (0)