File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121jobs :
2222 push_to_registry :
2323 name : Container for ${{ matrix.platform }} - Julia ${{ matrix.julia }} - CUDA ${{ matrix.cuda }}
24- runs-on : ubuntu-latest
2524 permissions :
2625 contents : read
2726 packages : write
@@ -31,17 +30,20 @@ jobs:
3130 julia : ["1.10", "1.11"]
3231 cuda : ["11.8", "12.6"]
3332 platform : ["linux/amd64"]
33+ os : ["ubuntu-24.04"]
3434 include :
3535 - julia : " 1.11"
3636 cuda : " 12.6"
3737 platform : " linux/amd64"
38+ os : " ubuntu-24.04"
3839 default : true
39- # XXX: building for linux/arm64 results in spurious failures.
40- # Julia bug, or related to Github: Action's QEMU emulation?
41- # - julia: "1.11"
42- # cuda: "12.6"
43- # platform: "linux/arm64"
44- # default: true
40+ - julia : " 1.11"
41+ cuda : " 12.6"
42+ platform : " linux/arm64"
43+ os : " ubuntu-24.04-arm"
44+ default : true
45+
46+ runs-on : ${{ matrix.os }}
4547
4648 steps :
4749 - name : Check out the repo
You can’t perform that action at this time.
0 commit comments