diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29894ce..63361df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: strategy: matrix: os: - - ubuntu-20.04 # FIXME release this lock when possible + - ubuntu-latest # MacOS disabled for now - windows-latest @@ -63,7 +63,7 @@ jobs: - name: Install native dependencies (Ubuntu) run: sudo apt-get update && sudo apt-get install -y vlc mpv - if: matrix.os == 'ubuntu-20.04' + if: matrix.os == 'ubuntu-latest' - name: Install native dependencies (MacOS) run: brew install vlc mpv