Skip to content

Commit 37ee3d7

Browse files
committed
update conditional for ubuntu
1 parent 784e448 commit 37ee3d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phantoms.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,15 @@ jobs:
136136
bash python_conversions.sh
137137
138138
- name: SetupMatlab
139-
if: ${{ matrix.os == 'ubuntu-20.04' }}
139+
if: ${{ matrix.os == 'ubuntu-latest' }}
140140
uses: matlab-actions/setup-matlab@v1
141141
# note matlab-actions/setup-matlab@v2 breaks this script, don't update unless you're forced to
142142
#with:
143143
#release: 'R2023a'
144144
#cache: true
145145

146146
- name: Run Matlab Conversion Script on Phantoms
147-
if: ${{ matrix.os == 'ubuntu-20.04' }}
147+
if: ${{ matrix.os == 'ubuntu-latest' }}
148148
uses: matlab-actions/run-command@v1
149149
with:
150150
command: |

0 commit comments

Comments
 (0)