From 5442ea2c27f51ba43e60d34fa7cdb803151180ed Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:49:12 +1100 Subject: [PATCH] try large runners for linux/windows --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84798f77..62c62d91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: with: matrix: | os {linux}, cpu {amd64}, builder {ubuntu-latest-amd64-8vcpu}, tests {integration}, nim_version {${{ env.nim_version }}}, shell {bash --noprofile --norc -e -o pipefail} + os {windows}, cpu {amd64}, builder {windows-latest-amd64-8vcpu}, tests {integration}, nim_version {${{ env.nim_version }}}, shell {msys2} build: needs: matrix