We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567afe5 commit b862b0bCopy full SHA for b862b0b
.github/workflows/ci.yml
@@ -17,20 +17,20 @@ jobs:
17
fail-fast: false
18
matrix:
19
os: [
20
- macos-13, # x64
21
- macos-14, # ARM
+ macos-15-intel, # x64
+ macos-15, # ARM
22
ubuntu-24.04, # x64
23
ubuntu-24.04-arm, # ARM
24
windows-latest,
25
]
26
# syntax explanation:
27
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-additional-values-into-combinations
28
include:
29
- - os: macos-13
+ - os: macos-15-intel
30
ocaml-compiler: 5.2.1
31
dune-profile: release
32
artifact-folder: darwin
33
- - os: macos-14
+ - os: macos-15
34
35
36
artifact-folder: darwinarm64
0 commit comments