Skip to content

Commit

Permalink
ci: again
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Nov 4, 2024
1 parent 0975cc6 commit aa85d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, macos-15, windows-2022]
# os: [ubuntu-24.04, macos-15, windows-2022]
os: [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 @@ -77,7 +77,7 @@ bump:
ifneq ($(CABAL_VERSION),$(RELEASED_VERSION))
@echo "New version!"
# https://github.com/actions/runner/issues/2224
ifeq ($(findstring msys_nt,$(OS)),msys_nt)
ifeq ($(findstring mingw64_nt,$(OS)),mingw64_nt)
echo "new-version=$(CABAL_VERSION)" >> $Env:GITHUB_OUTPUT
else
echo "new-version=$(CABAL_VERSION)" >> $(GITHUB_OUTPUT)
Expand Down

0 comments on commit aa85d51

Please sign in to comment.