From 2e1e65465628915ebb0b8cf50efb5d3894c57fa7 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Sun, 2 Jun 2024 17:46:43 -0700 Subject: [PATCH] Update ci. --- .github/workflows/ci.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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