From ecf8e24187f5a55ad846104603d7772b09fd569d Mon Sep 17 00:00:00 2001 From: yerbol-akhmetov Date: Thu, 5 Oct 2023 18:35:22 +0600 Subject: [PATCH] ask for xlarge resources --- .github/workflows/ci-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 6f51ce6..551209a 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -20,8 +20,8 @@ jobs: matrix: include: # Matrix required to handle environment caching with Mambaforge - - os: ubuntu-latest - label: ubuntu-latest + - os: ubuntu-xlarge + label: ubuntu-xlarge prefix: /usr/share/miniconda3/envs/pypsa-earth name: ${{ matrix.label }}