Skip to content

Commit 2e0f634

Browse files
committed
STAARpipelineSummary v0.9.7
1 parent 65387ec commit 2e0f634

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: R-CMD-check
44

55
jobs:
66
R-CMD-check:
7-
runs-on: macOS-13
7+
runs-on: macOS-latest
88
env:
99
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1010
steps:
@@ -13,6 +13,7 @@ jobs:
1313
run: |
1414
brew install imagemagick@6
1515
brew install libgit2
16+
brew install gcc
1617
- uses: actions/checkout@v4
1718
- uses: r-lib/actions/setup-r@v2
1819
with:

0 commit comments

Comments
 (0)