Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dopamane committed May 31, 2024
1 parent 42f9c15 commit 11f9579
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Haskell CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
# run at start of every day UTC
- cron: '0 0 * * *'
Expand All @@ -15,9 +15,8 @@ jobs:
strategy:
matrix:
ghc: ['9.0']
cabal: ['3.10']
os: [ubuntu-20.04]
name: ${{ matrix.os }} GHC ${{ matrix.ghc }} Cabal ${{ matrix.cabal }}
name: ${{ matrix.os }} GHC ${{ matrix.ghc }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -32,7 +31,6 @@ jobs:
id: setup
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- name: Install libusb
run: |
Expand Down

0 comments on commit 11f9579

Please sign in to comment.