Skip to content

Commit cb1b60f

Browse files
authored
CI: dogfooding should run on the same Mac runner as validate (#10101)
1 parent 2140c0f commit cb1b60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
needs: validate
344344
strategy:
345345
matrix:
346-
os: [ubuntu-latest, macos-latest, windows-latest]
346+
os: [ubuntu-latest, macos-13, windows-latest]
347347
# We only use one ghc version the used one for the next release (defined at top of the workflow)
348348
# We need to build an array dynamically to inject the appropiate env var in a previous job,
349349
# see https://docs.github.com/en/actions/learn-github-actions/expressions#fromjson

0 commit comments

Comments
 (0)