Skip to content

Commit

Permalink
ci: run on macos-13 # Intel -x64
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Nov 27, 2024
1 parent ab76fad commit 18ebe26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- macos-13 # Intel
- windows-latest
julia-arch:
- 'x64'
Expand All @@ -31,7 +31,7 @@ jobs:
- '1.6'
- 'nightly'
exclude:
- os: macOS-latest
- os: macos-13 # Intel
julia-arch: x86
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 18ebe26

Please sign in to comment.