File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ concurrency:
3030jobs :
3131 test :
3232 if : " !contains(github.event.head_commit.message, 'skip ci')"
33- name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
33+ name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
3434 runs-on : ${{ matrix.os }}
3535 strategy :
3636 fail-fast : false
@@ -41,14 +41,11 @@ jobs:
4141 - ubuntu-latest
4242 - macos-latest
4343 - windows-latest
44- arch :
45- - x64
4644 steps :
4745 - uses : actions/checkout@v4
4846 - uses : julia-actions/setup-julia@v2
4947 with :
5048 version : ${{ matrix.version }}
51- arch : ${{ matrix.arch }}
5249 - run : julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
5350 - uses : julia-actions/cache@v2
5451 - uses : julia-actions/julia-buildpkg@v1
6461 - uses : coverallsapp/github-action@v2
6562 with :
6663 github-token : ${{ secrets.GITHUB_TOKEN }}
67- flag-name : run-${{ matrix.os }}-${{ matrix.version }}-${{ matrix.arch }}-${{ github.run_id }}
64+ flag-name : run-${{ join( matrix.*, '-') }}
6865 parallel : true
6966 path-to-lcov : ./lcov.info
7067
Original file line number Diff line number Diff line change 2020 downgrade_test :
2121 if : " !contains(github.event.head_commit.message, 'skip ci')"
2222 # We could also include the Julia version as in
23- # name: ${{ matrix.trixi_test }} - ${{ matrix.os }} - Julia ${{ matrix.version }} - ${{ matrix.arch }} - ${{ github.event_name }}
23+ # name: ${{ matrix.trixi_test }} - ${{ matrix.os }} - Julia ${{ matrix.version }} - ${{ github.event_name }}
2424 # to be more specific. However, that requires us updating the required CI tests whenever we update Julia.
25- name : Downgrade ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
25+ name : Downgrade ${{ matrix.os }} - ${{ github.event_name }}
2626 runs-on : ${{ matrix.os }}
2727 strategy :
2828 fail-fast : false
@@ -31,14 +31,11 @@ jobs:
3131 - ' 1.10'
3232 os :
3333 - ubuntu-latest
34- arch :
35- - x64
3634 steps :
3735 - uses : actions/checkout@v4
3836 - uses : julia-actions/setup-julia@v2
3937 with :
4038 version : ${{ matrix.version }}
41- arch : ${{ matrix.arch }}
4239 - run : julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
4340 - uses : julia-actions/cache@v2
4441 - uses : julia-actions/julia-downgrade-compat@v1
You can’t perform that action at this time.
0 commit comments