diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3508016..db64511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-13, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false steps: - uses: actions/checkout@v4 diff --git a/Cargo.lock b/Cargo.lock index 25f62ce..45a19e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2152,7 +2152,7 @@ dependencies = [ [[package]] name = "python_plugin" -version = "0.10.0" +version = "0.10.1" dependencies = [ "extism-pdk", "proto_pdk", diff --git a/Cargo.toml b/Cargo.toml index 5d834e0..3514f33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python_plugin" -version = "0.10.0" +version = "0.10.1" edition = "2021" license = "MIT" publish = false