Skip to content

Commit

Permalink
Nightly: run arm64 macos builds on arm64
Browse files Browse the repository at this point in the history
Because x86_64 fails to build Objective-C files
correctly, probably some config is missing.

Cf. r-hub/actions#28

[ci skip]
  • Loading branch information
gaborcsardi committed Feb 19, 2025
1 parent 35dbee5 commit eab002e
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 @@ -139,7 +139,7 @@ jobs:
# -----------------------------------------------------------------------

macos-arm64:
runs-on: macos-12
runs-on: macos-latest
if: ${{ github.event.inputs.macos-arm64 == '' || github.event.inputs.macos-arm64 == 'yes' }}
name: macos arm64
env:
Expand Down

0 comments on commit eab002e

Please sign in to comment.