Skip to content

Commit 9e19ef4

Browse files
aitaptdhock
andauthored
Update .github/workflows/R-CMD-check.yaml
Co-authored-by: Toby Dylan Hocking <[email protected]>
1 parent 3504c51 commit 9e19ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# jobs (mainly test-coverage) to run on every commit in PRs so as to not slow down dev.
2727
# GHA does run these jobs concurrently but even so reducing the load seems like a good idea.
2828
- {os: windows-latest, r: 'devel'}
29-
- {os: macos-14, r: 'release'}
29+
- {os: macos-15-intel, r: 'release'}
3030
- {os: macos-15, r: 'release'}
3131
# TODO(remotes>2.5.0): Use 24.04[noble?]
3232
- {os: ubuntu-22.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"}

0 commit comments

Comments
 (0)