Skip to content

Commit

Permalink
Merge pull request #68 from tmcgilchrist/tmcgilchrist-macos-ci
Browse files Browse the repository at this point in the history
Enabled macOS in CI
  • Loading branch information
sim642 authored Sep 4, 2024
2 parents 13007d5 + 9154041 commit a1fec85
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ name: ci

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
schedule:
- cron: "0 5 * * *"

jobs:
build:
Expand All @@ -13,7 +19,7 @@ jobs:
matrix:
os:
- ubuntu-latest
# - macos-latest
- macos-latest
ocaml-compiler:
- 5.2.x
- 5.1.x
Expand Down

0 comments on commit a1fec85

Please sign in to comment.