Skip to content

Commit a7c2b65

Browse files
authored
Update CI.yml to remove architecture from job
Removed architecture specification from CI job for Julia.
1 parent a1db7a7 commit a7c2b65

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
1313
jobs:
1414
test:
15-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
15+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
fail-fast: false
@@ -24,14 +24,11 @@ jobs:
2424
- ubuntu-latest
2525
- macos-latest
2626
- windows-latest
27-
arch:
28-
- x64
2927
steps:
3028
- uses: actions/checkout@v6
3129
- uses: julia-actions/setup-julia@v2
3230
with:
3331
version: ${{ matrix.version }}
34-
arch: ${{ matrix.arch }}
3532
- uses: actions/cache@v5
3633
env:
3734
cache-name: cache-artifacts

0 commit comments

Comments
 (0)