Skip to content

Commit

Permalink
feat: Set architecture for macOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
datawookie committed Apr 23, 2024
1 parent f5a2883 commit b743270
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
matrix:
config:
- {os: windows-latest, r: 'release'}
- {os: macos-11, r: 'release'}
- {os: macos-12, r: 'release'}
- {os: macos-13, r: 'release'}
- {os: macos-14, r: 'release'}
- {os: macos-11, r: 'release', arch: 'x86_64'}
- {os: macos-12, r: 'release', arch: 'x86_64'}
- {os: macos-13, r: 'release', arch: 'x86_64'}
- {os: macos-14, r: 'release', arch: 'x86_64'}
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest", http-user-agent: "R/4.1.0 (ubuntu-20.04) R (4.1.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }

Expand Down

0 comments on commit b743270

Please sign in to comment.