We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b53d16 + 6532243 commit 5ad92a5Copy full SHA for 5ad92a5
1 file changed
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
R: [ '4.3.1', '4.4.1' ]
20
- os: [ 'macos-13', 'ubuntu-latest' ]
+ os: [ 'macos-15-intel', 'macos-latest', 'ubuntu-latest' ]
21
runs-on: ${{ matrix.os }}
22
name: ${{ matrix.R }} ${{ matrix.os }} build
23
env:
0 commit comments