Skip to content

Commit

Permalink
ci: reenable mac and win builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Nov 19, 2024
1 parent 0a97018 commit cc991c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-24.04, macos-15, windows-2022]
os: [ubuntu-24.04]
os: [ubuntu-24.04, macos-15, windows-2022]
ghc-version: ['9.6.6']
cabal-version: ['3.12.1.0']
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ release:
--tag ghcr.io/spex-lang/spex:$(NEW_VERSION) \
--file Dockerfile.app .
ifeq ($(GITHUB_ACTIONS),true)
docker push ghcr.io/spex-lang/spex:$(NEW_VERSION)
gh release create --prerelease --notes-file=CHANGELOG.md \
"v$(NEW_VERSION)" $(SPEX_BIN)/spex*
docker push ghcr.io/spex-lang/spex:$(NEW_VERSION)
else
@echo Running locally, skipping automatic release...
endif
Expand Down

0 comments on commit cc991c2

Please sign in to comment.