Skip to content

Commit

Permalink
Bump CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jun 26, 2024
1 parent d09a74f commit 838fc7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v1
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
with:
ghc-version: '8.10'
ghc-version: '9.8.1'
- uses: actions/cache@v3
name: Caching
with:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Install Debian dependencies
run: |
sudo apt-get update
sudo apt-get install -y gnuplot imagemagick
sudo apt-get install -y gnuplot imagemagick ffmpeg
- uses: diku-dk/[email protected]
with:
Expand Down

0 comments on commit 838fc7d

Please sign in to comment.