From 9f505477118b8c8f742c9b341ec66dcc336d524e Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Sat, 11 Jan 2025 20:37:56 +0100 Subject: [PATCH] ci: Only test against current stable --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4cbdf2..47ed928 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - x86_64-unknown-linux-gnu - x86_64-pc-windows-msvc - x86_64-apple-darwin - toolchain: [stable, nightly, "1.70"] + toolchain: [stable] include: - target: x86_64-unknown-linux-gnu os: ubuntu-latest