Skip to content

Commit

Permalink
update julia version in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabmoore committed Dec 23, 2024
1 parent 508c480 commit 1786486
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
strategy:
matrix:
julia-version: ['1.11.1']
julia-arch: [x64, x86]
julia-arch: [x64]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macOS-latest
julia-arch: x86

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1786486

Please sign in to comment.