Skip to content

Commit b631b74

Browse files
authored
Use macos-15-intel instead of deprecated macos-13 (#482)
This should work until August 2027, at which point we can probably drop Intel support entirely actions/runner-images#13045
1 parent d9ac962 commit b631b74

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
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
config:
27-
- {os: macos-13, r: 'oldrel'}
27+
- {os: macos-15-intel, r: 'oldrel'}
2828
- {os: macos-latest, r: 'release'}
2929

3030
- {os: windows-latest, r: 'release'}

0 commit comments

Comments
 (0)