From 480f5f617d8f5c9ca24ae4bdddff6f2d6e5c50f9 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 25 Sep 2024 18:33:46 +0200 Subject: [PATCH] only try 1.20 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac37c6b..81aee20 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ jobs: build: strategy: matrix: - version: [1.20, 1.21, 1.22] + version: [1.20] os: [ubuntu-latest, windows-latest, macos-latest] name: Build runs-on: ${{ matrix.os }}