Skip to content

Commit

Permalink
[No Ticket]: Change GitHub actions to use macos-12 (#1419)
Browse files Browse the repository at this point in the history
* change macos-latest to macos-12 for all github workflows
  • Loading branch information
JeffreyHuynh1 committed Apr 26, 2024
1 parent e4d3d6d commit 9c24b80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

strategy:
matrix:
os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
os: ['windows-latest', 'ubuntu-latest', 'macos-12']
include:
- os: ubuntu-latest
os-name: Linux
container: fossa/haskell-static-alpine:ghc-9.4.8
project-file: cabal.project.ci.linux
ghc: '9.4.8'

- os: macos-latest
- os: macos-12
os-name: macOS
project-file: cabal.project.ci.macos
ghc: '9.4.8'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-script-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-12]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9c24b80

Please sign in to comment.