Skip to content

Commit bcfda36

Browse files
committed
Fix julia versioning
1 parent b3c3866 commit bcfda36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
- uses: actions/checkout@v4
8282
- uses: julia-actions/setup-julia@v1
8383
with:
84-
version: 1.10
85-
arch: x64
84+
version: ${{ matrix.version }}
85+
arch: ${{ matrix.arch }}
8686
include-all-prereleases: true
8787
- uses: julia-actions/cache@v1
8888
with:

0 commit comments

Comments
 (0)