Skip to content

Commit bb99602

Browse files
committed
chore: bump version to 0.2.6
1 parent 689c042 commit bb99602

File tree

3 files changed

+442
-336
lines changed

3 files changed

+442
-336
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- { runner: macos-13, rust_target: x86_64-apple-darwin }
2121
- { runner: ubuntu-22.04, rust_target: x86_64-unknown-linux-musl }
2222
- { runner: ubuntu-22.04, rust_target: x86_64-unknown-linux-gnu }
23-
- { runner: windows-2019, rust_target: x86_64-pc-windows-msvc }
23+
- { runner: windows-2022, rust_target: x86_64-pc-windows-msvc }
2424
name: Build ${{ matrix.platform.rust_target }}
2525
runs-on: ${{ matrix.platform.runner }}
2626
steps:

0 commit comments

Comments
 (0)