Skip to content
Snippets Groups Projects
Unverified Commit cb1b60f4 authored by Artem Pelenitsyn's avatar Artem Pelenitsyn Committed by GitHub
Browse files

CI: dogfooding should run on the same Mac runner as validate (#10101)

parent 2140c0ff
No related branches found
No related tags found
No related merge requests found
Pipeline #96506 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment