From 134c322e399082e7d5cd0fd595cdb8d8d4442cf9 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Thu, 2 Oct 2025 19:57:02 +0200 Subject: [PATCH 1/2] CI: macos runners: use macos-15/macos-15-intel --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 076f13633b..e6b2fdb9e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,12 +42,12 @@ jobs: benchmarks: true node-target: linux-arm64 rust-target: aarch64-unknown-linux-musl - - os: macos-13 # x64 + - os: macos-15-intel # x64 ocaml_compiler: 5.3.0 upload_binaries: true node-target: darwin-x64 rust-target: x86_64-apple-darwin - - os: macos-14 # ARM + - os: macos-15 # ARM ocaml_compiler: 5.3.0 upload_binaries: true node-target: darwin-arm64 @@ -539,8 +539,8 @@ jobs: fail-fast: false matrix: include: - - os: macos-13 - - os: macos-14 + - os: macos-15-intel + - os: macos-15 - os: ubuntu-24.04 - os: ubuntu-24.04-arm - os: windows-2022 @@ -590,8 +590,8 @@ jobs: fail-fast: false matrix: include: - - os: macos-13 - - os: macos-14 + - os: macos-15-intel + - os: macos-15 - os: ubuntu-24.04 - os: ubuntu-24.04-arm - os: windows-2022 @@ -645,8 +645,8 @@ jobs: fail-fast: false matrix: include: - - os: macos-13 - - os: macos-14 + - os: macos-15-intel + - os: macos-15 - os: ubuntu-24.04 - os: ubuntu-24.04-arm - os: windows-2022 From 5a1d5dbdede3f302745eb19d9ec5dfb9162948c8 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Fri, 3 Oct 2025 08:34:13 +0200 Subject: [PATCH 2/2] CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 491c004eb1..16786c41f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ #### :house: Internal +- CI: run macOS builds on macOS 15. https://github.com/rescript-lang/rescript/pull/7935 + # 12.0.0-beta.13 #### :bug: Bug fix