Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcafaro committed Apr 9, 2024
1 parent dc8a237 commit 3870965
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ on:
push: {}
jobs:
my-job:
runs-on: macos-14
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2
with:
cache: true
release: R2024a
release: latest
- name: Run MATLAB Command
uses: matlab-actions/run-command@v2
with:
Expand Down

0 comments on commit 3870965

Please sign in to comment.