From cb1b60f4ab1d21e38287bb1e8af796b03ffa015b Mon Sep 17 00:00:00 2001 From: Artem Pelenitsyn Date: Mon, 10 Jun 2024 16:09:18 -0400 Subject: [PATCH] CI: dogfooding should run on the same Mac runner as validate (#10101) --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 71c0246b6..a34023d2d 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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 -- 2.11.4.GIT