Skip to content

Commit

Permalink
Merge pull request #108 from msakai/github-actions-intel-mac
Browse files Browse the repository at this point in the history
GitHub Actions: use Intel Mac
  • Loading branch information
msakai authored May 21, 2024
2 parents 1c40c36 + a3e43e2 commit 960426c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
flags: '--flag toysolver:BuildToyFMF --flag toysolver:BuildSamplePrograms --flag toysolver:BuildMiscPrograms'
release: true
- ghc: '9.0.2'
os: macos-latest
os: macos-13 # Intel Mac
stack_yaml: 'stack-ghc-9.0.yaml'
stack_args: ''
flags: '--flag toysolver:BuildToyFMF --flag toysolver:BuildSamplePrograms --flag toysolver:BuildMiscPrograms'
Expand Down

0 comments on commit 960426c

Please sign in to comment.