Skip to content

Commit

Permalink
Update GHA to use macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
apulsipher committed Jan 28, 2025
1 parent 3e8e398 commit 0a9eaab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
config:
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'devel', http-user-agent: 'release'}
- {os: macOS-13, r: 'devel', http-user-agent: 'release'}
- {os: windows-latest, r: 'devel', http-user-agent: 'release'}
# se older ubuntu to maximise backward compatibility
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
error-on: '"warning"'

- uses: r-lib/actions/check-r-package@v2
if: ${{ matrix.config.os != 'ubuntu-latest' || matrix.config.r != 're;ease' }}
if: ${{ matrix.config.os != 'ubuntu-latest' || matrix.config.r != 'release' }}
with:
upload-snapshots: false
upload-results: false
Expand Down

0 comments on commit 0a9eaab

Please sign in to comment.