Skip to content

Commit 108ca65

Browse files
authored
CI: macos runners: use macos-15/macos-15-intel (#7935)
* CI: macos runners: use macos-15/macos-15-intel * CHANGELOG
1 parent d2f5ffa commit 108ca65

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
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

0 commit comments

Comments
 (0)