File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
4242 benchmarks : true
4343 node-target : linux-arm64
4444 rust-target : aarch64-unknown-linux-musl
45- - os : macos-13 # x64
45+ - os : macos-15-intel # x64
4646 ocaml_compiler : 5.3.0
4747 upload_binaries : true
4848 node-target : darwin-x64
4949 rust-target : x86_64-apple-darwin
50- - os : macos-14 # ARM
50+ - os : macos-15 # ARM
5151 ocaml_compiler : 5.3.0
5252 upload_binaries : true
5353 node-target : darwin-arm64
@@ -539,8 +539,8 @@ jobs:
539539 fail-fast : false
540540 matrix :
541541 include :
542- - os : macos-13
543- - os : macos-14
542+ - os : macos-15-intel
543+ - os : macos-15
544544 - os : ubuntu-24.04
545545 - os : ubuntu-24.04-arm
546546 - os : windows-2022
@@ -590,8 +590,8 @@ jobs:
590590 fail-fast : false
591591 matrix :
592592 include :
593- - os : macos-13
594- - os : macos-14
593+ - os : macos-15-intel
594+ - os : macos-15
595595 - os : ubuntu-24.04
596596 - os : ubuntu-24.04-arm
597597 - os : windows-2022
@@ -645,8 +645,8 @@ jobs:
645645 fail-fast : false
646646 matrix :
647647 include :
648- - os : macos-13
649- - os : macos-14
648+ - os : macos-15-intel
649+ - os : macos-15
650650 - os : ubuntu-24.04
651651 - os : ubuntu-24.04-arm
652652 - os : windows-2022
Original file line number Diff line number Diff line change 3333
3434#### :house : Internal
3535
36+ - CI: run macOS builds on macOS 15. https://github.com/rescript-lang/rescript/pull/7935
37+
3638# 12.0.0-beta.13
3739
3840#### :bug : Bug fix
You can’t perform that action at this time.
0 commit comments