File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 include :
20- - docker_image : graphcore /poplar:3.2.0-ubuntu-20.04-20230314
20+ - docker_image : ghcr.io/juliaipu /poplar:3.2.0-ubuntu-20.04-20230314
2121 artifact_name : poplar-3.2.0
22- - docker_image : graphcore /poplar:3.3.0-ubuntu-20.04-20230703
22+ - docker_image : ghcr.io/juliaipu /poplar:3.3.0-ubuntu-20.04-20230703
2323 artifact_name : poplar-3.3.0
2424 steps :
2525 - name : " Install, g++, jq"
@@ -30,11 +30,11 @@ jobs:
3030 apt-get install -y g++ jq
3131 env :
3232 DEBIAN_FRONTEND : noninteractive
33- - uses : actions/checkout@v4
34- - uses : julia-actions/setup-julia@v1
33+ - uses : actions/checkout@v5
34+ - uses : julia-actions/setup-julia@v2
3535 with :
3636 version : " 1.7"
37- - uses : julia-actions/cache@v1
37+ - uses : julia-actions/cache@v2
3838 - name : " Export environment variables"
3939 # Starting from graphcore/poplar:3.3.0 some environment variables like `CPATH` and
4040 # `LD_LIBRARY_PATH`, which we need for building the bindings, are only set with the
You can’t perform that action at this time.
0 commit comments