From e7be19491247d0e401f30fe720756df07c851bbe Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 8 Mar 2024 20:30:19 +0000 Subject: [PATCH] CI: Use faster Ubuntu and Windows runners for testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc71832b7..01ff44214 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [ubuntu-latest-8cores, windows-latest-8cores, macOS-latest] extra_flags: - NOT_A_PUZZLE - orchard