Skip to content

Commit

Permalink
exclude 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 f85ede5 commit 86f68b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,16 @@ jobs:
matrix:
version:
- '1.6'
- '^1.6'
- 'pre'
os:
- 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:
cache-name: cache-artifacts
Expand Down

0 comments on commit 86f68b1

Please sign in to comment.