Skip to content

Commit 5c37298

Browse files
committed
Add versions to include arch
1 parent b539588 commit 5c37298

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
version:
25-
- '~1.10.0-0'
25+
- '~1.10'
2626
os:
2727
- ubuntu-latest
2828
- windows-latest
@@ -31,8 +31,10 @@ jobs:
3131
include:
3232
- os: macOS-latest
3333
arch: aarch64
34+
version: '~1.10'
3435
- os: ubuntu-latest
3536
arch: x86
37+
version: '~1.10'
3638
steps:
3739
- uses: actions/checkout@v4
3840
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)