From 45b618d559d7fd4abd79c4a5a1598ce188ec6c5b Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Mon, 24 Jul 2023 21:14:27 -0400 Subject: [PATCH] docs(readme): suggest migration, update ci (#24) * suggest awvgwk/setup-fortran * remove ubuntu-18 from test matrix --- .github/workflows/ci.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbcd29c..16c61ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ] + os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ] path: [ absolute, relative, tilde, default ] setvars: [ 'true', 'false' ] steps: diff --git a/README.md b/README.md index 4b61ebc..3cfdf0e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ An action to install and cache [Intel OneAPI](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html#gs.bksc2p) Fortran and C/C++ compilers via the [HPC Toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/hpc-toolkit.html#gs.g10hgy). +**Note:** [`awvwgk/setup-fortran`](https://github.com/awvwgk/setup-fortran) is recommended. Maintenance of this action will cease in 2024. +