Skip to content

Commit

Permalink
Update CI.yml to ARM macOS and julia 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagopereira committed Dec 26, 2024
1 parent 532bc85 commit 4b79251
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,23 @@ jobs:
version:
- '1.6'
- '1.10'
- '1.11'
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
- aarch64
exclude:
# Test 1.6 only on Linux
- {os: 'windows-latest', version: '1.6'}
- {os: 'macOS-latest', version: '1.6'}
# Test aarch64 only on macOS
- {os: 'macOS-latest', arch: 'x64'}
- {os: 'ubuntu-latest', arch: 'aarch64'}
- {os: 'windows-latest', arch: 'aarch64'}
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

2 comments on commit 4b79251

@tiagopereira
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • New approach to slice atmospheres
  • Added cubic Bezier formal solver
  • Improvements to incline_atmos
  • Several bug fixes

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/122011

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.3 -m "<description of version>" 4b7925110021109c4f73695e0325c54084cf3556
git push origin v0.2.3

Please sign in to comment.