From e2f819d4fe6dd2a7d763762dfee3730f203eef98 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Mon, 25 Mar 2024 09:55:47 +0100 Subject: [PATCH] update CI to use ubuntu-latest and test Nim 2.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 329600b..deb4444 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,11 @@ jobs: strategy: fail-fast: false matrix: - branch: [version-1-6, devel] + branch: [version-1-6, version-2-0, devel] target: [linux] #, macos, windows] include: - target: linux - builder: ubuntu-18.04 + builder: ubuntu-latest # - target: macos # builder: macos-10.15 # - target: windows