Skip to content

Commit f114f0e

Browse files
authored
Update ci.yml
1 parent 29affe7 commit f114f0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
MATLABVersion: [R2023b,R2024a]
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-24.04
1818
steps:
1919
# Checks-out your repository
2020
- uses: actions/checkout@v3
@@ -24,7 +24,7 @@ jobs:
2424
if: ${{ always() }}
2525
run: |
2626
sudo apt-get install xvfb
27-
sudo apt-get install --no-install-recommends -y libgstreamer1.0-0 gstreamer1.0-tools gstreamer1.0-libav gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly
27+
# sudo apt-get install --no-install-recommends -y libgstreamer1.0-0 gstreamer1.0-tools gstreamer1.0-libav gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly
2828
sudo apt install gstreamer1.0-plugins-*
2929
Xvfb :99 &
3030
echo "DISPLAY=:99" >> $GITHUB_ENV

0 commit comments

Comments
 (0)