Skip to content

Commit dd2d3c5

Browse files
committed
[CI] Update workflows and Docker images
1 parent 6b8e15a commit dd2d3c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_libpoplar.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
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

0 commit comments

Comments
 (0)