Skip to content

Commit

Permalink
STAARpipeline v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xihaoli committed May 21, 2024
1 parent 4df08b4 commit d29febc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 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,9 @@ jobs:
run: |
brew install imagemagick@6
brew install libgit2
curl -O https://mac.r-project.org/tools/gfortran-12.0.1-20220312-is-darwin20-arm64.tar.xz
sudo tar fxz gfortran-12.0.1-20220312-is-darwin20-arm64.tar.xz -C /
export PATH=$PATH:/opt/R/arm64/gfortran/bin
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit d29febc

Please sign in to comment.