We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f7402f + d67825f commit 18bc237Copy full SHA for 18bc237
1 file changed
.github/workflows/main.yml
@@ -1,8 +1,10 @@
1
name: main
2
3
on:
4
- pull_request:
5
push:
+ branches: [ main ]
6
+ pull_request:
7
8
schedule:
9
# Prime the caches every Monday
10
- cron: 0 1 * * MON
@@ -13,12 +15,12 @@ jobs:
13
15
strategy:
14
16
matrix:
17
ocaml-compiler:
- - 5.1.1
- - 5.2.0
18
+ - 5.1
19
+ - 5.2
20
+ - 5.3
21
os:
22
- ubuntu-latest
- - macos-14
- - macos-14-large
23
+ - macos-15
24
25
runs-on: ${{ matrix.os }}
26
0 commit comments