Skip to content

Commit 6809579

Browse files
authored
Remove reference to macos-13 (#56)
1 parent e1ab223 commit 6809579

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ jobs:
8888
- uses: actions/download-artifact@v7
8989
- run: sh -exc 'for d in *; do cd $d; tar --extract --file artifact.tar --verbose; cd ..; done'
9090
- run: cp github-release-${{ github.sha }}-ghc-9.12-ubuntu-24.04/artifact/${{ env.PREFIX }}.tar.gz .
91-
- run: tar --auto-compress --create --file ../../${{ env.PREFIX }}-darwin-x64.tar.gz --verbose github-release
92-
working-directory: github-release-${{ github.sha }}-ghc-9.12-macos-13/artifact
9391
- run: tar --auto-compress --create --file ../../${{ env.PREFIX }}-darwin-arm64.tar.gz --verbose github-release
9492
working-directory: github-release-${{ github.sha }}-ghc-9.12-macos-14/artifact
9593
- run: tar --auto-compress --create --file ../../${{ env.PREFIX }}-linux-x64.tar.gz --verbose github-release

0 commit comments

Comments
 (0)