Skip to content

Commit b01592d

Browse files
Bump julia-actions/setup-julia from 2 to 3 (#156)
* 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> * Modify CI workflow architecture settings Updated architecture matrix to use 'default' and removed specific tests for 32-bit Linux and Apple M-series. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oscar Dowson <odow@users.noreply.github.com>
1 parent 25cf20e commit b01592d

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,14 @@ jobs:
1717
matrix:
1818
version: ['1.10', '1']
1919
os: [ubuntu-latest, macOS-latest, windows-latest]
20-
arch: [x64]
20+
arch: [default]
2121
include:
22-
# Also test against 32-bit Linux on LTS.
2322
- version: '1'
2423
os: ubuntu-latest
2524
arch: x86
26-
# Test against Apple M-series
27-
- version: '1'
28-
os: macos-14
29-
arch: aarch64
3025
steps:
3126
- uses: actions/checkout@v6
32-
- uses: julia-actions/setup-julia@v2
27+
- uses: julia-actions/setup-julia@v3
3328
with:
3429
version: ${{ matrix.version }}
3530
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)