Skip to content

Commit

Permalink
STAARpipelineSummary v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xihaoli committed May 21, 2024
1 parent 65387ec commit 2e0f634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: R-CMD-check

jobs:
R-CMD-check:
runs-on: macOS-13
runs-on: macOS-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -13,6 +13,7 @@ jobs:
run: |
brew install imagemagick@6
brew install libgit2
brew install gcc
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 2e0f634

Please sign in to comment.