Skip to content

Commit

Permalink
use version 2021.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jul 28, 2023
1 parent b22296b commit f4a3e35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,16 @@ jobs:
uses: awvwgk/setup-fortran@main
with:
compiler: intel-classic
version: 2021.7.0
version: 2021.7.1

- name: Set SETVARS_COMPLETED
- name: Set SETVARS_COMPLETED (temporary)
shell: bash
run: echo "SETVARS_COMPLETED=1" >> $GITHUB_ENV

- name: Set CXX (temporary)
if: runner.os == 'Windows'
shell: bash
run: echo "CXX=icl" >> $GITHUB_ENV

- uses: oprypin/find-latest-tag@v1
with:
Expand Down

0 comments on commit f4a3e35

Please sign in to comment.