Skip to content

Commit dcd33d7

Browse files
authored
Roll macos-13 to macos-14 for CI (#1405)
1 parent 8b6d97c commit dcd33d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
include:
1717
- {os: macos-latest}
18-
- {os: macos-13}
18+
- {os: macos-14}
1919
#- {os: ubuntu-latest}
2020
#- {os: ubuntu-24.04-arm}
2121

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-11-04 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/macos.yaml (jobs): Roll macos-13 to macos-14
4+
15
2025-11-01 Iñaki Ucar <[email protected]>
26

37
* inst/include/Rcpp/hash/IndexHash.h: Normalize values for all comparisons

0 commit comments

Comments
 (0)