Skip to content

Commit 381843b

Browse files
authored
exclude R 4.3 from windows runner
1 parent 7815734 commit 381843b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
matrix:
1919
R: [ '4.3.1', '4.4.1' ]
2020
os: [ 'macos-15-intel', 'ubuntu-latest', 'windows-latest']
21+
exclude:
22+
- R: '4.3.1'
23+
os: 'windows-latest'
2124
runs-on: ${{ matrix.os }}
2225
name: ${{ matrix.R }} ${{ matrix.os }} build
2326
env:

0 commit comments

Comments
 (0)