Skip to content

ci: add macOS ARM64 and Intel x86_64 release artifacts#1227

Merged
perazz merged 1 commit intofortran-lang:mainfrom
perazz:arm_macos_runner
Jan 9, 2026
Merged

ci: add macOS ARM64 and Intel x86_64 release artifacts#1227
perazz merged 1 commit intofortran-lang:mainfrom
perazz:arm_macos_runner

Conversation

@perazz
Copy link
Member

@perazz perazz commented Jan 9, 2026

  • Add macos-15-intel runner for Intel x86_64 builds
  • Fix macos-14 os-arch from macos-x86_64 to macos-arm64

This ensures that releases will include properly labeled binaries for both macOS architectures:

  • fpm-VERSION-macos-arm64-gcc-12 (Apple Silicon)
  • fpm-VERSION-macos-x86_64-gcc-12 (Intel)

Fixes #1210

- Add macos-15-intel runner for Intel x86_64 builds
- Fix macos-14 os-arch from macos-x86_64 to macos-arm64
- Add exclude rules for macos-15-intel (Intel compiler, gcc@10)
- Add include rules for macos-15-intel with correct os-arch

Fixes fortran-lang#1210
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to add macOS release artifacts for both ARM64 (Apple Silicon) and Intel x86_64 architectures by introducing a separate Intel-based macOS runner alongside the existing ARM64 runner and correcting the architecture labels.

Key Changes:

  • Adds macos-15-intel runner for Intel x86_64 builds
  • Corrects macos-14 architecture label from implicit macos-x86_64 to macos-arm64
  • Adds appropriate exclusions for the Intel runner (Intel compiler and gcc@10)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@perazz perazz merged commit eccb199 into fortran-lang:main Jan 9, 2026
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FPM Binaries in Github not available for Macs with Apple Silicon

1 participant