A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/r-lib/actions/issues/412 below:

Possible breaking changes to `macos-latest` runner for older versions of R · Issue #412 · r-lib/actions · GitHub

Hi folks,

I've noticed some builds starting to fail that were previously fine, and I think it may be due to a breaking change being rolled out to the macos-latest image. The image is being upgraded to Big Sur starting from September 15th, with the migration intending to be completed by November 3rd. See the relevant issue, which notes that "R was not available for Big Sur when we prepared the image for the first time."

We can force a particular OS with macos-10.15 or macos-11. Here's a summary of success/failure with build links:

The job I've got is very simple, and doesn't depend on repository contents. It simply sets up R and runs Rscript -e '1+1'.

jobs:
  failing-big-sur-reprex:
    runs-on: macos-11

    steps:
      - uses: actions/checkout@v2

      - name: Set up R 4.0.5
        uses: r-lib/actions/setup-r@v1
        with:
          r-version: '4.0.5'

      - name: Verify Rscript exists
        run: |
          Rscript -e '1+1'

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4