From 79500ca38535731fe12f7c1a59877f703cb5c51e Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Tue, 4 Nov 2025 12:25:36 -0600 Subject: [PATCH] Roll macos-13 to macos-14 for CI --- .github/workflows/macos.yaml | 2 +- ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 5bce62802..373f3462e 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -15,7 +15,7 @@ jobs: matrix: include: - {os: macos-latest} - - {os: macos-13} + - {os: macos-14} #- {os: ubuntu-latest} #- {os: ubuntu-24.04-arm} diff --git a/ChangeLog b/ChangeLog index a39dc226d..9911a8173 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2025-11-04 Dirk Eddelbuettel + + * .github/workflows/macos.yaml (jobs): Roll macos-13 to macos-14 + 2025-11-01 IƱaki Ucar * inst/include/Rcpp/hash/IndexHash.h: Normalize values for all comparisons