Skip to content

Commit ebd3675

Browse files
run on default arch
1 parent d2af91f commit ebd3675

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
jobs:
99
test:
10-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
10+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
fail-fast: false
@@ -18,14 +18,11 @@ jobs:
1818
- 'nightly'
1919
os:
2020
- ubuntu-latest
21-
arch:
22-
- x64
2321
steps:
2422
- uses: actions/checkout@v4
2523
- uses: julia-actions/setup-julia@v2
2624
with:
2725
version: ${{ matrix.version }}
28-
arch: ${{ matrix.arch }}
2926
- uses: actions/cache@v1
3027
env:
3128
cache-name: cache-artifacts

0 commit comments

Comments
 (0)