diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ef89b27..20378d8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: matrix: os: [ubuntu-latest, macos-13, windows-latest] toolchain: [1.70.0, stable, nightly] - zig: [0.10.1, 0.11.0, 0.12.0, master] + zig: [0.10.1, 0.12.0, master] exclude: # Only test MSRV with zig stable version - toolchain: 1.70.0