Skip to content

Commit 70c164e

Browse files
Bump julia-actions/setup-julia from 2 to 3 (#7)
* 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> * Update ci.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <solver@mac.com>
1 parent e521d08 commit 70c164e

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: which julia
1616
continue-on-error: true
1717
- name: Install Julia, but only if it is not already available in the PATH
18-
uses: julia-actions/setup-julia@v2
18+
uses: julia-actions/setup-julia@v3
1919
with:
2020
version: '1'
2121
arch: ${{ runner.arch }}

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '.github/workflows/TagBot.yml'
1515
jobs:
1616
test:
17-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
17+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
fail-fast: false
@@ -26,14 +26,11 @@ jobs:
2626
- ubuntu-latest
2727
- macOS-latest
2828
- windows-latest
29-
arch:
30-
- x64
3129
steps:
3230
- uses: actions/checkout@v6
33-
- uses: julia-actions/setup-julia@v2
31+
- uses: julia-actions/setup-julia@v3
3432
with:
3533
version: ${{ matrix.version }}
36-
arch: ${{ matrix.arch }}
3734
- uses: actions/cache@v5
3835
env:
3936
cache-name: cache-artifacts

0 commit comments

Comments
 (0)