We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7815734 commit 381843bCopy full SHA for 381843b
1 file changed
.github/workflows/main.yml
@@ -18,6 +18,9 @@ jobs:
18
matrix:
19
R: [ '4.3.1', '4.4.1' ]
20
os: [ 'macos-15-intel', 'ubuntu-latest', 'windows-latest']
21
+ exclude:
22
+ - R: '4.3.1'
23
+ os: 'windows-latest'
24
runs-on: ${{ matrix.os }}
25
name: ${{ matrix.R }} ${{ matrix.os }} build
26
env:
0 commit comments