Skip to content

Commit b862b0b

Browse files
authored
CI: macos runners: use macos-15/macos-15-intel (#1137)
1 parent 567afe5 commit b862b0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [
20-
macos-13, # x64
21-
macos-14, # ARM
20+
macos-15-intel, # x64
21+
macos-15, # ARM
2222
ubuntu-24.04, # x64
2323
ubuntu-24.04-arm, # ARM
2424
windows-latest,
2525
]
2626
# syntax explanation:
2727
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-additional-values-into-combinations
2828
include:
29-
- os: macos-13
29+
- os: macos-15-intel
3030
ocaml-compiler: 5.2.1
3131
dune-profile: release
3232
artifact-folder: darwin
33-
- os: macos-14
33+
- os: macos-15
3434
ocaml-compiler: 5.2.1
3535
dune-profile: release
3636
artifact-folder: darwinarm64

0 commit comments

Comments
 (0)