From 7b5815358e0975f2e626808ff0cac7dec0740b58 Mon Sep 17 00:00:00 2001 From: tersec Date: Fri, 16 Feb 2024 04:53:13 +0000 Subject: [PATCH] test macOS with Nim 2.0 in CI and use non-EOL macOS version (#5890) --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d5123d4c..360af79ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,9 +38,6 @@ jobs: - target: os: macos branch: upstream/version-1-6 - - target: - os: macos - branch: upstream/version-2-0 - target: os: windows branch: upstream/version-1-6 @@ -58,7 +55,7 @@ jobs: builder: ['self-hosted','ubuntu-22.04'] - target: os: macos - builder: macos-11 + builder: macos-12 - target: os: windows builder: windows-2019