Skip to content

Commit

Permalink
Merge pull request haskell#10446 from haskell/mergify/bp/3.14/pr-10445
Browse files Browse the repository at this point in the history
switch validate to 22.04 for now (backport haskell#10445)
  • Loading branch information
mergify[bot] authored Oct 29, 2024
2 parents d1fbeaf + 747078f commit 6c40d3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
matrix:
sys:
- { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" }
- { os: ubuntu-latest, shell: bash }
- { os: ubuntu-22.04, shell: bash }
- { os: macos-13, shell: bash }
# If you remove something from here, then add it to the old-ghcs job.
# Also a removed GHC from here means that we are actually dropping
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:

validate-old-ghcs:
name: Validate old ghcs ${{ matrix.extra-ghc }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: validate

strategy:
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
needs: validate
strategy:
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-22.04, 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 6c40d3c

Please sign in to comment.