Skip to content

Commit

Permalink
Add tests for Julia 1.11, rm arch spec
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Oct 9, 2024
1 parent 96c32a0 commit a56368e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,16 @@ jobs:
version:
- '1.9'
- '1.10'
- '1.11'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
Expand Down

0 comments on commit a56368e

Please sign in to comment.