From b4a32b4ea50fe68d21c91bbe08d968ce82cdd934 Mon Sep 17 00:00:00 2001 From: Fabien Arcellier Date: Thu, 28 Nov 2024 07:15:08 +0100 Subject: [PATCH] chore: increase github action runner size --- .github/workflows/ci-e2e.yml | 4 ++-- .github/workflows/ci-macos.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index 74a291490..97862e183 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -7,11 +7,11 @@ on: jobs: tests: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-large strategy: matrix: browser: [ "chromium", "firefox", "webkit" ] - steps: + steps: - uses: actions/checkout@v4 - name: Install poetry diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 9c757ca3d..8fdc1c0a2 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: macos-13 + runs-on: macos-latest-large strategy: matrix: python-version: [ "3.9", "3.10", "3.11", "3.12" ]