Skip to content

Commit 7d60894

Browse files
committed
CI: Use 9.2.2 for release buidls
1 parent 6ed5999 commit 7d60894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: softprops/action-gh-release@v1
8888
env:
8989
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90-
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '8.10.7' }}
90+
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '9.2.2' }}
9191
with:
9292
files: threadscope.${{ matrix.os }}.ghc-${{ matrix.ghc }}.gz
9393
draft: false
@@ -143,7 +143,7 @@ jobs:
143143
uses: softprops/action-gh-release@v1
144144
env:
145145
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
146-
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '8.10.7' }}
146+
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '9.2.2' }}
147147
with:
148148
files: threadscope.${{ matrix.os }}.ghc-${{ matrix.ghc }}.zip
149149
draft: false

0 commit comments

Comments
 (0)