Skip to content

Commit

Permalink
Merge pull request #127 from odrling/ci-ubuntu-24.04
Browse files Browse the repository at this point in the history
ci: use ubuntu 24.04 image
  • Loading branch information
Neraste authored Jan 26, 2025
2 parents f4d8f14 + 6fc309e commit ecbb1e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit ecbb1e5

Please sign in to comment.