From 27e77b7df4c2a88b241691de05e2fafe58fd1639 Mon Sep 17 00:00:00 2001 From: Marouen Date: Tue, 1 Mar 2022 08:46:07 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e4c0c754..9e2faf2d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest] + os: [macos-latest, ubuntu-latest] r-version: [4.1] steps: