From 7b41c5c1e52a5029a81f3b4b21e64328b39ebb8e Mon Sep 17 00:00:00 2001 From: bhartnett <51288821+bhartnett@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:49:48 +0800 Subject: [PATCH] Update nim versions and macos builder (#71) --- .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 2e9bfd0..b0cea4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: cpu: amd64 - os: windows cpu: amd64 - branch: [version-1-6, version-2-0, devel] + branch: [version-2-0, version-2-2, devel] include: - target: os: linux @@ -46,7 +46,7 @@ jobs: shell: bash - target: os: macos - builder: macos-12 + builder: macos-13 shell: bash - target: os: windows