Skip to content

Commit

Permalink
downgraded from macos-latest to macos-13
Browse files Browse the repository at this point in the history
Temporary workaround for r-lib/actions#948
  • Loading branch information
EricMarcon committed Nov 24, 2024
1 parent 2eddd9f commit 1a0d3cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ name: R-CMD-check

jobs:
R-CMD-check:
runs-on: macOS-latest
runs-on: macOS-13
env:
GITHUB_PAT: ${{ secrets.GH_PAT }}
steps:
- uses: actions/checkout@master
- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.4.1' # Current 4.4.2 fails (24/11/24)
- name: Install pandoc
uses: r-lib/actions/setup-pandoc@v2
- name: Install dependencies
Expand Down

0 comments on commit 1a0d3cb

Please sign in to comment.