diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e18281..2646c4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: