Skip to content

Commit 906bf2e

Browse files
committed
Add linux OS to build matrix
1 parent 03fde2f commit 906bf2e

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
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
R: [ '4.3.1' ]
19-
os: [ 'macos-13' ]
19+
os: [ 'macos-13', 'ubuntu-latest' ]
2020
runs-on: ${{ matrix.os }}
2121
name: ${{ matrix.R }} ${{ matrix.os }} build
2222
env:

0 commit comments

Comments
 (0)