Skip to content

Commit

Permalink
Fix GHC version in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeJustJames committed Jul 19, 2022
1 parent 841db78 commit 6c617c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
on:
push:
tags:
- 'v*'
- 'v*'
workflow_dispatch:

name: Release Workflow
Expand All @@ -29,7 +29,7 @@ jobs:

- uses: haskell/actions/setup@v1
with:
ghc-version: 8.10.7
ghc-version: 9.2.3
cabal-version: 3.6.2.0

- name: Build zephyr
Expand Down

0 comments on commit 6c617c7

Please sign in to comment.