From 381bdd5c5667a436eab7f9346b4a8462163f79af Mon Sep 17 00:00:00 2001 From: Tim Bates Date: Sun, 17 Nov 2024 18:13:21 +0000 Subject: [PATCH] Update r.yml --- .github/workflows/r.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index bdf3449b..e3b25b88 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -1,12 +1,4 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. -# -# See https://github.com/r-lib/actions/tree/master/examples#readme for -# additional example workflows available for the R community. - -name: R +name: Build umx for R on: push: @@ -22,8 +14,7 @@ jobs: runs-on: macos-latest strategy: matrix: - r-version: ['4.2', '4.3', '4.4.1'] - + r-version: ['4.2', '4.4.1'] steps: - uses: actions/cache@v3 - uses: actions/checkout@v4