Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading