File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 # If `julia-wordsize` is 64, then we set `arch` to `${{ runner.arch }}`, which
5353 # GitHub will automatically expand to the correct value (`x86_64` or `aarch64`)
5454 # based on the architecture of the underlying GitHub Runner (virtual machine).
55- arch : ${{ github.ref == '32' && 'x86' || runner.arch }}
55+ arch : ${{ matrix.julia-wordsize == '32' && 'x86' || runner.arch }}
5656 - uses : julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0
5757 - uses : julia-actions/julia-runtest@678da69444cd5f13d7e674a90cb4f534639a14f9 # v1.11.2
5858 with :
Original file line number Diff line number Diff line change 9292 # If `julia-wordsize` is 64, then we set `arch` to `${{ runner.arch }}`, which
9393 # GitHub will automatically expand to the correct value (`x86_64` or `aarch64`)
9494 # based on the architecture of the underlying GitHub Runner (virtual machine).
95- arch : ${{ github.ref == '32' && 'x86' || runner.arch }}
95+ arch : ${{ matrix.julia-wordsize == '32' && 'x86' || runner.arch }}
9696 - uses : julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0
9797 - uses : julia-actions/julia-runtest@678da69444cd5f13d7e674a90cb4f534639a14f9 # v1.11.2
9898 with :
You can’t perform that action at this time.
0 commit comments