From ce834e12872eab5125493c34503a7e6653b799e1 Mon Sep 17 00:00:00 2001 From: tersec Date: Wed, 14 Feb 2024 05:07:55 +0000 Subject: [PATCH] test Nim 2.0 in CI and use non-EOL macOS version (#677) --- .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 b5b1a2f..382942b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: cpu: amd64 #- os: windows #cpu: i386 - branch: [version-1-6, devel] + branch: [version-1-6, version-2-0, devel] include: - target: os: linux @@ -34,7 +34,7 @@ jobs: shell: bash - target: os: macos - builder: macos-11 + builder: macos-12 shell: bash - target: os: windows