Skip to content

Commit

Permalink
CI: dogfooding should run on the same Mac runner as validate (haskell…
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever authored Jun 10, 2024
1 parent 2140c0f commit cb1b60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ jobs:
needs: validate
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
# We only use one ghc version the used one for the next release (defined at top of the workflow)
# We need to build an array dynamically to inject the appropiate env var in a previous job,
# see https://docs.github.com/en/actions/learn-github-actions/expressions#fromjson
Expand Down

0 comments on commit cb1b60f

Please sign in to comment.