Skip to content

Commit

Permalink
Update GitHub Action runner size to allow for MATLAB Deep Learning co…
Browse files Browse the repository at this point in the history
…ntainer builds
  • Loading branch information
michaelmcdonnellmw authored and ggriffithsuk committed Sep 3, 2024
1 parent e1036ab commit ea87bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-and-publish-matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
test-shell-scripts:
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest

steps:
- name: Checkout repo
Expand All @@ -40,7 +40,7 @@ jobs:
matrix:
matlab_release: [R2024a, R2023b, R2023a]

runs-on: ubuntu-latest
runs-on: ubuntu-latest-m

steps:
- name: Checkout repo
Expand Down

0 comments on commit ea87bb0

Please sign in to comment.