Skip to content

Commit 5ad92a5

Browse files
authored
Merge pull request #71 from zivy/updateRunnerVersions
Update mac runners.
2 parents 6b53d16 + 6532243 commit 5ad92a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
R: [ '4.3.1', '4.4.1' ]
20-
os: [ 'macos-13', 'ubuntu-latest' ]
20+
os: [ 'macos-15-intel', 'macos-latest', 'ubuntu-latest' ]
2121
runs-on: ${{ matrix.os }}
2222
name: ${{ matrix.R }} ${{ matrix.os }} build
2323
env:

0 commit comments

Comments
 (0)