Skip to content

Commit

Permalink
ci: fix invalid yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Nov 27, 2024
1 parent f775de8 commit f3fcf1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
include:
# NOTE: macOS-latest+x64 == rosetta on apple silicon
- os: macOS-latest
julia-version: ['1.10', 'nightly']
julia-version: '1.10'
julia-arch: aarch64
- os: macOS-latest
julia-version: '1.10'
julia-arch: aarch64
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f3fcf1c

Please sign in to comment.