Skip to content

Commit

Permalink
remove arch from CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Nov 18, 2024
1 parent 3de4b35 commit 0c86aa1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ jobs:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
include-all-prereleases: true
- uses: actions/cache@v3
env:
Expand Down

0 comments on commit 0c86aa1

Please sign in to comment.