From 7da140d4a94a5ee2393d93147fc712aeb8b0da80 Mon Sep 17 00:00:00 2001 From: Carleton Coffrin Date: Sat, 19 Oct 2024 18:11:20 -0600 Subject: [PATCH] update lts version in ci (#931) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7d41a06..67008962 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - '1.10' - '1' os: - ubuntu-latest