try large runners for linux/windows

This commit is contained in:
Eric 2025-01-28 16:49:12 +11:00
parent 3737e147c4
commit c695a3fee0
No known key found for this signature in database

View File

@ -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}
# os {linux}, cpu {amd64}, builder {ubuntu-latest}, tests {unittest}, nim_version {${{ env.nim_version }}}, shell {bash --noprofile --norc -e -o pipefail}
# os {linux}, cpu {amd64}, builder {ubuntu-latest}, tests {contract}, nim_version {${{ env.nim_version }}}, shell {bash --noprofile --norc -e -o pipefail}
# os {linux}, cpu {amd64}, builder {ubuntu-latest}, tests {tools}, nim_version {${{ env.nim_version }}}, shell {bash --noprofile --norc -e -o pipefail}