Skip to content

Commit 31b5192

Browse files
committed
Use macOS-15 runner
1 parent 2f7402f commit 31b5192

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: main
22

33
on:
4-
pull_request:
54
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
68
schedule:
79
# Prime the caches every Monday
810
- cron: 0 1 * * MON
@@ -13,12 +15,12 @@ jobs:
1315
strategy:
1416
matrix:
1517
ocaml-compiler:
16-
- 5.1.1
17-
- 5.2.0
18+
- 5.1
19+
- 5.2
20+
- 5.3
1821
os:
1922
- ubuntu-latest
20-
- macos-14
21-
- macos-14-large
23+
- macos-15
2224

2325
runs-on: ${{ matrix.os }}
2426

0 commit comments

Comments
 (0)