Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
6ed57c8
1
Parent(s):
96e48e9
Switch docker test to arm64 and 1.8.0 julia
Browse files
.github/workflows/CI_docker_large_nightly.yml
CHANGED
@@ -17,10 +17,10 @@ jobs:
|
|
17 |
strategy:
|
18 |
fail-fast: false
|
19 |
matrix:
|
20 |
-
julia-version: ['1.
|
21 |
python-version: ['3.9.10']
|
22 |
os: [ubuntu-latest]
|
23 |
-
arch: ['linux/x86_64', 'linux/amd64', 'linux/
|
24 |
|
25 |
steps:
|
26 |
- uses: actions/[email protected]
|
|
|
17 |
strategy:
|
18 |
fail-fast: false
|
19 |
matrix:
|
20 |
+
julia-version: ['1.8.0-rc1-buster']
|
21 |
python-version: ['3.9.10']
|
22 |
os: [ubuntu-latest]
|
23 |
+
arch: ['linux/x86_64', 'linux/amd64', 'linux/arm64']
|
24 |
|
25 |
steps:
|
26 |
- uses: actions/[email protected]
|