Skip to content

Commit

Permalink
Add new macos platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 27, 2024
1 parent 443a5d9 commit c002f93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/platform.R
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,12 @@ macos_cran_platforms <- read.table(
4.3.0 aarch64-apple-darwin20 big-sur-arm64
4.4.0 x86_64-apple-darwin20 big-sur-x86_64
4.4.0 aarch64-apple-darwin20 big-sur-arm64
4.5.0 x86_64-apple-darwin20 big-sur-x86_64
4.5.0 aarch64-apple-darwin20 big-sur-arm64
4.6.0 x86_64-apple-darwin20 big-sur-x86_64
4.6.0 aarch64-apple-darwin20 big-sur-arm64
5.0.0 x86_64-apple-darwin20 big-sur-x86_64
5.0.0 aarch64-apple-darwin20 big-sur-arm64
"))

# For now we only use the minor version number, because the CRAN OS version
Expand Down

0 comments on commit c002f93

Please sign in to comment.