Skip to content

Commit 9c24b80

Browse files
[No Ticket]: Change GitHub actions to use macos-12 (#1419)
* change macos-latest to macos-12 for all github workflows
1 parent e4d3d6d commit 9c24b80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-all.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
22+
os: ['windows-latest', 'ubuntu-latest', 'macos-12']
2323
include:
2424
- os: ubuntu-latest
2525
os-name: Linux
2626
container: fossa/haskell-static-alpine:ghc-9.4.8
2727
project-file: cabal.project.ci.linux
2828
ghc: '9.4.8'
2929

30-
- os: macos-latest
30+
- os: macos-12
3131
os-name: macOS
3232
project-file: cabal.project.ci.macos
3333
ghc: '9.4.8'

.github/workflows/install-script-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
os: [ubuntu-latest, macos-latest]
9+
os: [ubuntu-latest, macos-12]
1010
steps:
1111
- uses: actions/checkout@v4
1212

0 commit comments

Comments
 (0)