From 6d1799f5e3595d46efd1b3a80f0a3bccaad2b4fb Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sat, 10 Jan 2026 21:07:12 -0600 Subject: [PATCH] Remove reference to macos-13 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1e4f0e..d6a8531 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,8 +88,6 @@ jobs: - uses: actions/download-artifact@v7 - run: sh -exc 'for d in *; do cd $d; tar --extract --file artifact.tar --verbose; cd ..; done' - run: cp github-release-${{ github.sha }}-ghc-9.12-ubuntu-24.04/artifact/${{ env.PREFIX }}.tar.gz . - - run: tar --auto-compress --create --file ../../${{ env.PREFIX }}-darwin-x64.tar.gz --verbose github-release - working-directory: github-release-${{ github.sha }}-ghc-9.12-macos-13/artifact - run: tar --auto-compress --create --file ../../${{ env.PREFIX }}-darwin-arm64.tar.gz --verbose github-release working-directory: github-release-${{ github.sha }}-ghc-9.12-macos-14/artifact - run: tar --auto-compress --create --file ../../${{ env.PREFIX }}-linux-x64.tar.gz --verbose github-release