Skip to content

Commit b13d258

Browse files
mtfishmanclaude
andauthored
Bump CI actions and drop hardcoded arch (#14)
Bumps julia-actions/setup-julia v2→v3, julia-actions/cache to v3 where applicable, and codecov/codecov-action to v6 where applicable. Drops the hardcoded arch: x64 from the matrix so setup-julia picks the runner's native arch — matches the pattern used by the shared ITensorActions/Tests.yml reusable workflow. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0de70b4 commit b13d258

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
1414
jobs:
1515
test:
16-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
16+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
1717
runs-on: ${{ matrix.os }}
1818
timeout-minutes: 60
1919
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
@@ -29,14 +29,11 @@ jobs:
2929
- ubuntu-latest
3030
- macOS-latest
3131
- windows-latest
32-
arch:
33-
- x64
3432
steps:
3533
- uses: actions/checkout@v6
36-
- uses: julia-actions/setup-julia@v2
34+
- uses: julia-actions/setup-julia@v3
3735
with:
3836
version: ${{ matrix.version }}
39-
arch: ${{ matrix.arch }}
4037
- uses: julia-actions/cache@v3
4138
- uses: julia-actions/julia-buildpkg@v1
4239
- uses: julia-actions/julia-runtest@v1
@@ -55,7 +52,7 @@ jobs:
5552
statuses: write
5653
steps:
5754
- uses: actions/checkout@v6
58-
- uses: julia-actions/setup-julia@v2
55+
- uses: julia-actions/setup-julia@v3
5956
with:
6057
version: '1'
6158
- uses: julia-actions/cache@v3

0 commit comments

Comments
 (0)