From fa69cb940f048105757917791f5da7726fd7ae8d Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 24 Feb 2021 21:26:49 +0100 Subject: [PATCH] try ubuntu icc pipeline --- .github/workflows/ubuntu-latest-icc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml index f3ecc55..5f981a1 100644 --- a/.github/workflows/ubuntu-latest-icc.yml +++ b/.github/workflows/ubuntu-latest-icc.yml @@ -27,7 +27,7 @@ jobs: shell: bash container: - image: gcc:${{ matrix.version }} + image: gcc:10 options: -v /usr/local:/host_usr_local steps: