Skip to content

Commit

Permalink
Nightly: build on R 4.4 arm64 as well
Browse files Browse the repository at this point in the history
Was off since 23a95d7 :(

[ci skip]
  • Loading branch information
gaborcsardi committed Nov 8, 2024
1 parent 066d0da commit 0feb4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
if: ${{ github.event.inputs.macos-arm64 == '' || github.event.inputs.macos-arm64 == 'yes' }}
name: macos arm64
env:
RVERSIONS: "4.1-arm64 4.2-arm64 4.3-arm64 4.5-arm64"
RVERSIONS: "4.1-arm64 4.2-arm64 4.3-arm64 4.4-arm64 4.5-arm64"
RVERSION_DEFAULT: "4.3-x86_64"

steps:
Expand Down

0 comments on commit 0feb4ab

Please sign in to comment.