Skip to content

Commit ea3891a

Browse files
Bump julia-actions/setup-julia from 2 to 3 (#145)
* Bump julia-actions/setup-julia from 2 to 3 Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2 to 3. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](julia-actions/setup-julia@v2...v3) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Apply suggestion from @blegat --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benoît Legat <benoit.legat@gmail.com>
1 parent 4e2deab commit ea3891a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
matrix:
1414
version: ['1'] # , '1.6'] # LTS is failing because HomotopyContinuation is a dependency of the tests it doesn't support the LTS
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
16-
arch: [x64]
16+
arch: [default] # x64 for Ubuntu and Windows and aarch64for Mac OS
1717
include:
1818
# Also test against 32-bit Linux
1919
- version: '1'
2020
os: ubuntu-latest
2121
arch: x86
2222
steps:
2323
- uses: actions/checkout@v6
24-
- uses: julia-actions/setup-julia@v2
24+
- uses: julia-actions/setup-julia@v3
2525
with:
2626
version: ${{ matrix.version }}
2727
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)