Skip to content

Commit

Permalink
CI: Update setup-r to fix macos runner breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jan 5, 2025
1 parent 2fdecc6 commit da1eb19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: browser-actions/setup-chrome@latest

- name: Set up R version ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2.11.0
uses: r-lib/actions/setup-r@v2.11.1
with:
r-version: ${{ matrix.r-version }}

Expand All @@ -72,7 +72,6 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]
r-version: ['release']
fail-fast: false
timeout-minutes: 10
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triggered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: browser-actions/setup-chrome@latest

- name: Set up R version ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2.11.0
uses: r-lib/actions/setup-r@v2.11.1
with:
r-version: ${{ matrix.r-version }}

Expand Down

0 comments on commit da1eb19

Please sign in to comment.