From e1036ab00172521791e0150f2c11c886a09089fa Mon Sep 17 00:00:00 2001 From: Michael McDonnell Date: Tue, 3 Sep 2024 15:02:36 +0000 Subject: [PATCH] Increase GitHub Action runner size to allow for MATLAB Deep Learning container builds --- .github/workflows/build-test-and-publish-matlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-and-publish-matlab.yml b/.github/workflows/build-test-and-publish-matlab.yml index b286c7b..7ea3f41 100644 --- a/.github/workflows/build-test-and-publish-matlab.yml +++ b/.github/workflows/build-test-and-publish-matlab.yml @@ -23,7 +23,7 @@ on: jobs: test-shell-scripts: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-m steps: - name: Checkout repo