From 22e1b01a0c9aafd1bf470f57a1636a3fa2850ef7 Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Fri, 28 Jul 2023 10:55:35 -0400 Subject: [PATCH] use version 2021.7.1 --- .github/workflows/integration.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b5f2bd5..91c751a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -54,7 +54,7 @@ jobs: uses: awvwgk/setup-fortran@main with: compiler: intel-classic - version: 2021.7.0 + version: 2021.7.1 - name: Set SETVARS_COMPLETED shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4d0616..825f0e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: uses: awvwgk/setup-fortran@main with: compiler: intel-classic - version: 2021.7.0 + version: 2021.7.1 - name: Set SETVARS_COMPLETED shell: bash