Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbates authored Nov 17, 2024
1 parent 3dd9dde commit 381bdd5
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 381bdd5

Please sign in to comment.