Skip to content

Commit 9927026

Browse files
authored
Try with the gcc9 image
1 parent 5324040 commit 9927026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-conan-pkgs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
mkdir /tmp/proxyfmu-builder-docker
3131
cat <<'EOF' >/tmp/proxyfmu-builder-docker/Dockerfile
32-
FROM conanio/gcc${{ matrix.compiler_version }}-ubuntu16.04:2.9.1
32+
FROM conanio/gcc${{ matrix.compiler_version }}:2.9.1
3333
ENV CONAN_LOGIN_USERNAME_OSP=${{ secrets.osp_artifactory_usr }}
3434
ENV CONAN_PASSWORD_OSP=${{ secrets.osp_artifactory_pwd }}
3535
ENV LIBCOSIM_RUN_TESTS_ON_CONAN_BUILD=1

0 commit comments

Comments
 (0)