Skip to content

Commit a50ec18

Browse files
committed
fix lts versioning
1 parent a48ba13 commit a50ec18

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/CI.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,9 @@ jobs:
2727
- windows-latest
2828
arch:
2929
- x64
30-
- x86
31-
exclude:
32-
- os: macOS-latest
33-
arch: x86
34-
- os: Windows-latest
35-
arch: x86
3630
steps:
37-
- uses: actions/checkout@v3
38-
- uses: julia-actions/setup-julia@v1
31+
- uses: actions/checkout@v4
32+
- uses: julia-actions/setup-julia@v2
3933
with:
4034
version: ${{ matrix.version }}
4135
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)