We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784e448 commit 37ee3d7Copy full SHA for 37ee3d7
.github/workflows/phantoms.yaml
@@ -136,15 +136,15 @@ jobs:
136
bash python_conversions.sh
137
138
- name: SetupMatlab
139
- if: ${{ matrix.os == 'ubuntu-20.04' }}
+ if: ${{ matrix.os == 'ubuntu-latest' }}
140
uses: matlab-actions/setup-matlab@v1
141
# note matlab-actions/setup-matlab@v2 breaks this script, don't update unless you're forced to
142
#with:
143
#release: 'R2023a'
144
#cache: true
145
146
- name: Run Matlab Conversion Script on Phantoms
147
148
uses: matlab-actions/run-command@v1
149
with:
150
command: |
0 commit comments