Skip to content

Commit

Permalink
ci: update to ubuntu 20.04 (was 18.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
talklittle committed Jan 24, 2024
1 parent 65ed582 commit 88f3c38
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
Expand All @@ -16,9 +16,6 @@ jobs:
elixir-version: ${{matrix.elixir}}
- name: Install ImageMagick and FFmpeg
run: |
sudo apt-get install -qq software-properties-common imagemagick
sudo add-apt-repository -y ppa:mc3man/bionic-media
sudo apt-get update -qq
sudo apt-get install -qq ffmpeg
sudo apt-get install -qq imagemagick ffmpeg
- run: mix deps.get
- run: mix test
- run: mix test

0 comments on commit 88f3c38

Please sign in to comment.